From 0b1ca542413481e6ebe56feca2c4df9326465fd0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 21 Apr 2026 15:00:29 +0200 Subject: [PATCH] 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. --- .hydra/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hydra/spec.json b/.hydra/spec.json index 4f82600..b4b2ac5 100644 --- a/.hydra/spec.json +++ b/.hydra/spec.json @@ -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 },