This commit is contained in:
Clayton Hickey 2025-10-28 16:21:06 -04:00
parent 8919117ed5
commit bcc089232a
4 changed files with 43 additions and 2 deletions

View file

@ -17,6 +17,10 @@
url = "github:clay53/osm-bikeability";
flake = false;
};
winboat = {
url = "github:TibixDev/winboat";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations.clhickey-nixos = nixpkgs.lib.nixosSystem {