From 40fbcf96545231bad5576a6075f8594c5c641eb8 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 8 Apr 2024 00:45:54 +0200 Subject: [PATCH] flake.nix: Use inherit instead --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 358b6a7..eedcba9 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ nixosConfigurations = nixpkgs.lib.foldl (c: s: c // { ${s.name} = nixpkgs.lib.nixosSystem { - system = s.system; + inherit (s) system; modules = [ ./hosts/${s.name} home-manager.nixosModules.home-manager