Use lazy-trees nix/hydra
Eelco Dolstra committed
Nov 16, 2022 at 17:06 UTC
3e4a503f3765ec80945a44d36136a3d2d705668a
1 file changed
+1
-2
delft/flake.nix
+1
-2
@@ -2,9 +2,8 @@
2
#inputs.nixpkgs.url = "/home/deploy/src/edolstra-nixpkgs"; # toString ../../edolstra-nixpkgs; # = "nixpkgs/release-19.09";
3
inputs.nixpkgs.url = "nixpkgs/nixos-22.05-small";
4
inputs.nix.follows = "hydra/nix";
5
- inputs.hydra.url = "github:NixOS/hydra";
5
+ inputs.hydra.url = "github:NixOS/hydra/lazy-trees";
6
inputs.nix-netboot-serve.url = "github:DeterminateSystems/nix-netboot-serve";
7
- inputs.hydra.inputs.nix.url = "github:edolstra/nix/hydra-temp";
7
#inputs.hydra.url = "github:DeterminateSystems/hydra/queue-runner-exporter";
8
outputs = flakes @ { self, nixpkgs, nix, hydra, nix-netboot-serve /*, dwarffs */ }: {
9
nixopsConfigurations.default =