mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 14:26:33 +01:00
disable generate caches takes too long
This commit is contained in:
parent
e10d93c220
commit
6900981c1b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
|||
};
|
||||
man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
generateCaches = false;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue