forked from mirrors/nixpkgs
Fix NixOS eval
This commit is contained in:
parent
02891a0de9
commit
b2197b84c2
|
@ -62,7 +62,7 @@ in
|
|||
};
|
||||
|
||||
plugins = mkOption {
|
||||
type = types.functionTo (types.listOf types.package);
|
||||
#type = types.functionTo (types.listOf types.package);
|
||||
default = plugins: [];
|
||||
defaultText = "plugins: []";
|
||||
example = literalExample "plugins: [ m3d-fio ]";
|
||||
|
|
Loading…
Reference in a new issue