From 72e15505ab2ada89c929d96af8018b94d94ee28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 3 Jan 2023 03:01:58 +0100 Subject: [PATCH] Cleanup nixos-modules usage --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index eaee46ed..8d4ed81e 100644 --- a/flake.nix +++ b/flake.nix @@ -247,7 +247,6 @@ ({ config, ... }: { _module.args = { inherit hostRegistry inputs zentralwerk; - libS = nixos-modules.lib { inherit lib config; }; }; nixpkgs.overlays = overlayList;