Fix lib being used instead of builtins
This commit is contained in:
parent
97f690462c
commit
1692a4c585
|
@ -18,7 +18,7 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit (m) options;
|
inherit (m) options;
|
||||||
config = lib.removeAttrs m.config [ "networking" "services" ];
|
config = builtins.removeAttrs m.config [ "networking" "services" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue