3
0
Fork 0
forked from mirrors/nixpkgs

Fix NixOS eval

This commit is contained in:
Eelco Dolstra 2016-03-01 22:07:54 +01:00
parent 02891a0de9
commit b2197b84c2

View file

@ -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 ]";