global/options: add universe.variables
This commit is contained in:
parent
e0a1d51009
commit
f5b997a712
2 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,7 @@ in
|
|||
universe = {
|
||||
packages = mkOpt (listOf package) [ ];
|
||||
shellAliases = mkOpt (attrsOf str) { };
|
||||
variables = mkOpt (attrsOf (oneOf [ (listOf str) str path ])) { };
|
||||
};
|
||||
|
||||
common = mkOpt (attrsOf anything) { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue