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