all repos — nixfiles @ ae3927d2109a29884eab046c427bd92ac1e76917

System and user configuration, managed by nix and home-manager

linde: use nixos-unstable-small channel for auto upgrades
Alan Pearce alan@alanpearce.eu
Sun, 12 May 2024 00:31:14 +0200
commit

ae3927d2109a29884eab046c427bd92ac1e76917

parent

7a2ea007f72cae876363f76304ed57c156dd5cdd

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -132,8 +132,9 @@ allowReboot = true;     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"
     ];
   };