all repos — nixfiles @ 1a8654b3049a65772ec18628035dd7ada889c6bd

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

import submodules directly instead of using flake inputs

Alan Pearce
commit

1a8654b3049a65772ec18628035dd7ada889c6bd

parent

74fd4225f6814bf55a827eea120bf0d8b88c2730

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M system/linde.nixsystem/linde.nix
@@ -102,14 +102,14 @@ enable = true;
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" ]; };