@cryptotaxi247 / infra-1 / commits / faa16e7e

hydra: revert to pre-2.20 working state

Martin Weinelt committed Jun 10, 2024 at 15:32 UTC faa16e7ebf13bb3cbd875688c3a5aed7c048ce51
2 files changed +18 -18
delft/flake.lock
+17 -17
@@ -201,17 +201,17 @@
201 "nixpkgs-for-fileset": "nixpkgs-for-fileset"
202 },
203 "locked": {
204 - "lastModified": 1716329338,
205 - "narHash": "sha256-odcR5zSHkmgxK0Pxh6izzCU/p9koDqiHzyJyXCuKUr0=",
204 + "lastModified": 1713713776,
205 + "narHash": "sha256-83CZZ5ef/Jvzz2/kKS9vo3d2iDV5BMgGLOeJ4OqM1qw=",
206 "owner": "NixOS",
207 "repo": "hydra",
208 - "rev": "08c9225a7644c82a911991f31f28e749e26894ed",
208 + "rev": "b8d03adaf45105452bf1040deeaaccc8b8b22efb",
209 "type": "github"
210 },
211 "original": {
212 "owner": "NixOS",
213 - "ref": "hydra.nixos.org",
213 "repo": "hydra",
214 + "rev": "b8d03adaf45105452bf1040deeaaccc8b8b22efb",
215 "type": "github"
216 }
217 },
@@ -235,26 +235,26 @@
235 "type": "github"
236 }
237 },
238 - "libgit2": {
238 + "lowdown-src": {
239 "flake": false,
240 "locked": {
241 - "lastModified": 1697646580,
242 - "narHash": "sha256-oX4Z3S9WtJlwvj0uH9HlYcWv+x1hqp8mhXl7HsLu2f0=",
243 - "owner": "libgit2",
244 - "repo": "libgit2",
245 - "rev": "45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5",
241 + "lastModified": 1633514407,
242 + "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=",
243 + "owner": "kristapsdz",
244 + "repo": "lowdown",
245 + "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8",
246 "type": "github"
247 },
248 "original": {
249 - "owner": "libgit2",
250 - "repo": "libgit2",
249 + "owner": "kristapsdz",
250 + "repo": "lowdown",
251 "type": "github"
252 }
253 },
254 "nix": {
255 "inputs": {
256 "flake-compat": "flake-compat_2",
257 - "libgit2": "libgit2",
257 + "lowdown-src": "lowdown-src",
258 "nixpkgs": [
259 "hydra",
260 "nixpkgs"
@@ -262,16 +262,16 @@
262 "nixpkgs-regression": "nixpkgs-regression"
263 },
264 "locked": {
265 - "lastModified": 1715805674,
266 - "narHash": "sha256-0CIBMECsA3ISJZrJcOTzi6wa3QENTKGLtOpYIOoxwxo=",
265 + "lastModified": 1706208340,
266 + "narHash": "sha256-wNyHUEIiKKVs6UXrUzhP7RSJQv0A8jckgcuylzftl8k=",
267 "owner": "NixOS",
268 "repo": "nix",
269 - "rev": "ab48ea416a203e9ccefb70aa634e27477e4c1ac4",
269 + "rev": "2c4bb93ba5a97e7078896ebc36385ce172960e4e",
270 "type": "github"
271 },
272 "original": {
273 "owner": "NixOS",
274 - "ref": "2.20-maintenance",
274 + "ref": "2.19-maintenance",
275 "repo": "nix",
276 "type": "github"
277 }
delft/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/hydra.nixos.org";
13 + inputs.hydra.url = "github:NixOS/hydra?rev=b8d03adaf45105452bf1040deeaaccc8b8b22efb";
14 inputs.hydra.inputs.nixpkgs.follows = "nixpkgs";
15 inputs.nix.follows = "hydra/nix";
16