1
Fork 0

Fix lib being used instead of builtins

This commit is contained in:
Matei Adriel 2024-02-02 03:04:38 +01:00
parent 97f690462c
commit 1692a4c585
No known key found for this signature in database

View file

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