feat: migrate to protomaps and maplibre

This commit is contained in:
2024-01-12 10:47:53 +01:00
committed by Rainer Killinger
parent 964516d3cf
commit 2f64d69693
90 changed files with 2203 additions and 1693 deletions

View File

@@ -28,6 +28,7 @@
hash = "sha256-9o0nprGcJhudS1LNm+T7Vf0Dwd1RBauYKI+w1FBQ3ZM=";
};
});
nodejs = prev.nodejs_18;
})
];
config = {
@@ -49,21 +50,16 @@
devShell = pkgs.mkShell rec {
nativeBuildInputs = [androidFhs];
buildInputs = with pkgs; [
nodejs-18_x
nodePackages.pnpm
nodejs
corepack
# tools
curl
jq
fontMin
# browsers
firefox
google-chrome
epiphany # Safari-ish browser
cypress
# android
jdk17
android.androidsdk
musl
];
ANDROID_JAVA_HOME = "${pkgs.jdk.home}";
ANDROID_SDK_ROOT = "${pkgs.android.androidsdk}/libexec/android-sdk";