diff options
author | Alan Pearce | 2024-05-12 00:31:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 00:31:14 +0200 |
commit | ae3927d2109a29884eab046c427bd92ac1e76917 (patch) | |
tree | df9285b562760db20db77d26f987e153a947f2f4 /system | |
parent | 7a2ea007f72cae876363f76304ed57c156dd5cdd (diff) | |
download | nixfiles-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.nix | 3 |
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" ]; }; |