mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 07:56:34 +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 = {
|
man = {
|
||||||
enable = true;
|
enable = true;
|
||||||
generateCaches = true;
|
generateCaches = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue