From 9c85859e1f6601e9b798530ab70285d9b6d265de Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 21 Apr 2023 14:06:32 -0400 Subject: [PATCH] nixosConfigurations abstraction -fixed --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c66e8d5..89dffb5 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }; modules = [ (import ./modules inputs) - (import ./systems + name inputs) + (import "${self}/systems/${name}" inputs) ]; } );