From d9338c105cf598cda783f4c3382514ab9fb9fd4e Mon Sep 17 00:00:00 2001 From: awwpotato Date: Tue, 8 Jul 2025 14:46:37 -0700 Subject: [PATCH] flake: remove unused lib argument (#1624) Link: https://github.com/nix-community/stylix/pull/1624 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- flake/modules.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake/modules.nix b/flake/modules.nix index adf315a6..8dbfa13b 100644 --- a/flake/modules.nix +++ b/flake/modules.nix @@ -1,9 +1,4 @@ -{ - inputs, - self, - lib, - ... -}: +{ inputs, self, ... }: { flake = { nixosModules.stylix =