summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"
     ];
   };