mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:07:42 +00:00
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 New Issue
Block a user