hydra: use nixpkgs-unstable instead of nixos-unstable-small

We don't need the fast pace of unstable-small, but we still want to stay
current with built packages on unstable for evaluations.
This commit is contained in:
Martin Weinelt
2026-04-21 15:00:29 +02:00
parent bd5b08681a
commit 0b1ca54241
+1 -1
View File
@@ -17,7 +17,7 @@
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-unstable-small",
"value": "https://github.com/NixOS/nixpkgs nixpkgs-unstable",
"type": "git",
"emailresponsible": false
},