osm-bikeability

This commit is contained in:
Clayton Hickey 2025-04-10 15:41:08 -04:00
parent f17a72114a
commit 283c1deef0
3 changed files with 53 additions and 10 deletions

View file

@ -10,9 +10,13 @@
url = "github:clay53/cnvim";
inputs.nixpkgs.follows = "nixpkgs";
};
#mapnix = {
# url = "path:/home/clhickey/osm-biking-filter/mapnik/flake.nix";
#};
mapnix = {
url = "github:clay53/mapnix";
};
osm-bikeability = {
url = "github:clay53/osm-bikeability";
flake = false;
};
};
outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations.clhickey-nixos = nixpkgs.lib.nixosSystem {