mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Fix NixOS eval
This commit is contained in:
parent
02891a0de9
commit
b2197b84c2
@ -62,7 +62,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
plugins = mkOption {
|
plugins = mkOption {
|
||||||
type = types.functionTo (types.listOf types.package);
|
#type = types.functionTo (types.listOf types.package);
|
||||||
default = plugins: [];
|
default = plugins: [];
|
||||||
defaultText = "plugins: []";
|
defaultText = "plugins: []";
|
||||||
example = literalExample "plugins: [ m3d-fio ]";
|
example = literalExample "plugins: [ m3d-fio ]";
|
||||||
|
Loading…
Reference in New Issue
Block a user