From aea48b54aa67ba64fa5aafc09a9df9cb243b6895 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Jan 2025 00:13:52 +0300 Subject: [PATCH] chore(ops/nixery): use unstable nixpkgs channel for nixery We switched to stable temporarily in 2023 (!) because of some breakage that has long been fixed. In general, running nixery against stable is probably advisable, but because of our Lisp package situation updating stable is not possible at the moment. Change-Id: I122ac63d6307cab76a3069101682fc5f8f985914 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12999 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/modules/nixery.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/modules/nixery.nix b/ops/modules/nixery.nix index 29da46cc1..72de24ab5 100644 --- a/ops/modules/nixery.nix +++ b/ops/modules/nixery.nix @@ -5,7 +5,7 @@ let cfg = config.services.depot.nixery; description = "Nixery - container images on-demand"; - nixpkgsSrc = depot.third_party.sources.nixpkgs-stable; + nixpkgsSrc = depot.third_party.sources.nixpkgs; storagePath = "/var/lib/nixery/${nixpkgsSrc.rev}"; in {