diff options
author | Alan Pearce | 2024-12-30 16:38:19 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-30 16:38:19 +0100 |
commit | 1a8654b3049a65772ec18628035dd7ada889c6bd (patch) | |
tree | a21786b7e2f2f637008b35c6aadde41018edcfc4 /system | |
parent | 74fd4225f6814bf55a827eea120bf0d8b88c2730 (diff) | |
download | nixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.tar.lz nixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.tar.zst nixfiles-1a8654b3049a65772ec18628035dd7ada889c6bd.zip |
import submodules directly instead of using flake inputs
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 6 |
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" ]; }; |