mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
genrate man cache
This commit is contained in:
parent
df6c9eff22
commit
a33bf99427
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
};
|
};
|
||||||
man = {
|
man = {
|
||||||
enable = true;
|
enable = true;
|
||||||
generateCaches = false;
|
generateCaches = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue