fix: build man cache db
This commit is contained in:
parent
68057024b5
commit
55ca3162b4
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
doc.enable = true;
|
doc.enable = true;
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
man.enable = true;
|
man = {
|
||||||
|
enable = true;
|
||||||
|
generateCaches = true;
|
||||||
|
man-db.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue