forked from mirrors/nixpkgs
Added disnix
svn path=/nixos/trunk/; revision=12282
This commit is contained in:
parent
045ae06092
commit
6df19e0cbb
|
@ -1461,8 +1461,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
disnix = {
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = "Whether to enable Disnix";
|
||||
};
|
||||
};
|
||||
|
||||
httpd = {
|
||||
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = "
|
||||
|
|
Loading…
Reference in a new issue