summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 00:31:14 +0200
committerAlan Pearce2024-05-12 00:31:14 +0200
commitae3927d2109a29884eab046c427bd92ac1e76917 (patch)
treedf9285b562760db20db77d26f987e153a947f2f4 /system
parent7a2ea007f72cae876363f76304ed57c156dd5cdd (diff)
downloadnixfiles-ae3927d2109a29884eab046c427bd92ac1e76917.tar.lz
nixfiles-ae3927d2109a29884eab046c427bd92ac1e76917.tar.zst
nixfiles-ae3927d2109a29884eab046c427bd92ac1e76917.zip
linde: use nixos-unstable-small channel for auto upgrades
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index a060de34..6e6067bb 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -132,8 +132,9 @@ in
     flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git";
     flags = [
       "--no-write-lock-file"
-      "--update-input"
+      "--override-input"
       "nixpkgs"
+      "github:NixOS/nixpkgs/nixos-unstable-small"
     ];
   };