about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2025-01-14T21·13+0300
committerclbot <clbot@tvl.fyi>2025-01-15T15·38+0000
commitaea48b54aa67ba64fa5aafc09a9df9cb243b6895 (patch)
treefca68967b26babd7f7640c6d8cec21972e7dac85
parent96a42945a5bc30db6d9b5ea39ac74335f5e7af9d (diff)
chore(ops/nixery): use unstable nixpkgs channel for nixery r/9100
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 <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
-rw-r--r--ops/modules/nixery.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/nixery.nix b/ops/modules/nixery.nix
index 29da46cc1de5..72de24ab51d7 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
 {