zaphod: Disable manual creation

This commit is contained in:
Pyrox 2023-03-06 22:23:46 -05:00
parent 788b14ae5f
commit b5082195be
Signed by: thehedgehog
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -17,7 +17,7 @@
mandoc.enable = true;
};
nixos = {
enable = true;
enable = false;
includeAllModules = true;
options.splitBuild = true;
};