osm-bikeability
This commit is contained in:
parent
f17a72114a
commit
283c1deef0
3 changed files with 53 additions and 10 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue