ctucx.git: gpx-map

render gpx files to tiles and display them on a map

commit 56e8d54a6d428c5860b69240659bee94ed791640
parent b94fc23afb7cb8f5c67c7b95751ae12d9c807cf9
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 29 Nov 2023 17:19:03 +0100

flake.nix: update to 23.11
1 file changed, 2 insertions(+), 2 deletions(-)
M
flake.nix
|
4
++--
diff --git a/flake.nix b/flake.nix
@@ -3,7 +3,7 @@
 
   inputs = {
     flake-utils.url = "github:numtide/flake-utils";
-    nixpkgs.url     = "github:NixOS/nixpkgs/nixos-22.11";
+    nixpkgs.url     = "github:NixOS/nixpkgs/nixos-23.11";
   };
 
   outputs = { self, nixpkgs, flake-utils }: {

@@ -20,7 +20,7 @@
           sha256 = "1rdqbyfmgidiv4aqy1s6llls304dxbg5226c7k622smd2rnda2jk";
         };
 
-        buildInputs = with final; [ pkgconfig libpng ];
+        buildInputs = with final; [ pkg-config libpng ];
 
         installPhase = ''
           mkdir -p $out/bin;