Cleanup nixos-modules usage

This commit is contained in:
Sandro - 2023-01-03 03:01:58 +01:00
parent 4a69bb6f5e
commit 72e15505ab
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -247,7 +247,6 @@
({ config, ... }: {
_module.args = {
inherit hostRegistry inputs zentralwerk;
libS = nixos-modules.lib { inherit lib config; };
};
nixpkgs.overlays = overlayList;