Hydra test
Eelco Dolstra committed
Sep 9, 2022 at 14:57 UTC
5c7f525de4392a38e0e5286f1c25596d15f84c9c
2 files changed
+5
-4
delft/flake.lock
+4
-4
@@ -103,11 +103,11 @@
103
"nixpkgs-regression": "nixpkgs-regression_2"
104
},
105
"locked": {
106
- "lastModified": 1661606874,
107
- "narHash": "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=",
108
- "owner": "NixOS",
106
+ "lastModified": 1662728070,
107
+ "narHash": "sha256-PZE+ALZoBrNKaTzbRmOlQizIQNLvJaiEhAdNO0xpz88=",
108
+ "owner": "edolstra",
109
"repo": "nix",
110
- "rev": "11e45768b34fdafdcf019ddbd337afa16127ff0f",
110
+ "rev": "1bcfd7b166c7d512cd506cca98a62695ad825d13",
111
"type": "github"
112
},
113
"original": {
delft/flake.nix
+1
@@ -4,6 +4,7 @@
4
inputs.nix.follows = "hydra/nix";
5
inputs.hydra.url = "github:NixOS/hydra";
6
inputs.nix-netboot-serve.url = "github:DeterminateSystems/nix-netboot-serve";
7
+ inputs.hydra.inputs.nix.url = "github:edolstra/nix/hydra-temp";
8
#inputs.hydra.url = "github:DeterminateSystems/hydra/queue-runner-exporter";
9
outputs = flakes @ { self, nixpkgs, nix, hydra /*, dwarffs */ }: {
10