1
0
Fork 0

enable documentation inside the iso

This commit is contained in:
Pratham Patel 2024-01-21 12:52:22 +05:30
parent 8109790c7e
commit f4c3e13d22
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 12 additions and 0 deletions

12
iso.nix
View File

@ -61,4 +61,16 @@
};
};
};
# yes, I want docs
documentation = {
enable = true;
dev.enable = true;
doc.enable = true;
info.enable = true;
man = {
enable = true;
generateCaches = true;
};
};
}