summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-30 16:38:19 +0100
committerAlan Pearce2024-12-30 16:38:19 +0100
commit1a8654b3049a65772ec18628035dd7ada889c6bd (patch)
treea21786b7e2f2f637008b35c6aadde41018edcfc4 /system/linde.nix
parent74fd4225f6814bf55a827eea120bf0d8b88c2730 (diff)
downloadnixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.tar.lz
nixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.tar.zst
nixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.zip
import submodules directly instead of using flake inputs
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/linde.nix b/system/linde.nix
index fe9497e7..5fd16e11 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -102,14 +102,14 @@ in
     dates = "02:10";
     randomizedDelaySec = "59 min";
     allowReboot = true;
-    flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git";
+    flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git?submodules=1";
     flags = [
       "--no-write-lock-file"
       "--impure"
       "--update-input"
-      "nixpkgs-small"
+      "--nixpkgs"
       "--update-input"
-      "searchix"
+      "nixpkgs-small"
     ];
   };