fixup flake
Eelco Dolstra committed
Sep 30, 2022 at 01:32 UTC
8b262e7417d7f594d44c86da605ac8e90c7cd431
1 file changed
+1
-2
delft/flake.nix
+1
-2
@@ -7,8 +7,7 @@
7
inputs.hydra.inputs.nix.url = "github:edolstra/nix/hydra-temp";
8
inputs.nix-netboot-serve.url = "github:DeterminateSystems/nix-netboot-serve";
9
#inputs.hydra.url = "github:DeterminateSystems/hydra/queue-runner-exporter";
10
- outputs = flakes @ { self, nixpkgs, nix, hydra /*, dwarffs */ }: {
11
-
10
+ outputs = flakes @ { self, nixpkgs, nix, hydra, nix-netboot-serve /*, dwarffs */ }: {
11
nixopsConfigurations.default =
12
{ inherit nixpkgs; }
13
// import ./network.nix flakes;