build/flake.lock: Update
Flake lock file updates: • Updated input 'hydra': 'github:NixOS/hydra/b8d03adaf45105452bf1040deeaaccc8b8b22efb' (2024-04-21) → 'github:NixOS/hydra/bc6f08d2335788436dd600efcba921047e5ffe90' (2024-08-27)
Martin Weinelt committed
Aug 27, 2024 at 22:18 UTC
064d56a27a67da9a7e0aac1fc1e818e99bde100a
2 files changed
+5
-5
build/flake.lock
+4
-4
@@ -201,17 +201,17 @@
201
"nixpkgs-for-fileset": "nixpkgs-for-fileset"
202
},
203
"locked": {
204
- "lastModified": 1713713776,
205
- "narHash": "sha256-83CZZ5ef/Jvzz2/kKS9vo3d2iDV5BMgGLOeJ4OqM1qw=",
204
+ "lastModified": 1724788397,
205
+ "narHash": "sha256-yV9BAOjFPRytFwSZjDnanYWIFIO/qvCPGSjTKawHzo0=",
206
"owner": "NixOS",
207
"repo": "hydra",
208
- "rev": "b8d03adaf45105452bf1040deeaaccc8b8b22efb",
208
+ "rev": "bc6f08d2335788436dd600efcba921047e5ffe90",
209
"type": "github"
210
},
211
"original": {
212
"owner": "NixOS",
213
+ "ref": "h.n.o-2.19",
214
"repo": "hydra",
214
- "rev": "b8d03adaf45105452bf1040deeaaccc8b8b22efb",
215
"type": "github"
216
}
217
},
build/flake.nix
+1
-1
@@ -10,7 +10,7 @@
10
inputs.disko.url = "github:nix-community/disko";
11
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
12
13
- inputs.hydra.url = "github:NixOS/hydra?rev=b8d03adaf45105452bf1040deeaaccc8b8b22efb";
13
+ inputs.hydra.url = "github:NixOS/hydra/h.n.o-2.19";
14
inputs.hydra.inputs.nixpkgs.follows = "nixpkgs";
15
inputs.nix.follows = "hydra/nix";
16