From 0eb60b5bea0535220b95845b89dc4eb18264173b Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Thu, 19 Sep 2024 16:37:42 -0300 Subject: remove unnecessary import --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4eef0de..9d5b801 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ outputs = { self, nixpkgs, ... } @ inputs : let inherit (builtins) readDir attrNames listToAttrs split head; - modules = map (p: import ./modules/${p}) (attrNames (readDir ./modules)); + modules = map (p: ./modules/${p}) (attrNames (readDir ./modules)); make-config-named = host: nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ -- cgit v1.2.3