From 60e0784fcaa467854dafe9b9a7d3c5e502d9cb54 Mon Sep 17 00:00:00 2001 From: tdback Date: Fri, 17 Jan 2025 19:54:27 -0500 Subject: chore: use inherit --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 21e86fc..49f08c5 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -8,7 +8,7 @@ in { mkSystem = hostname: system: nixpkgsVersion: modules: { ${hostname} = nixpkgsVersion.lib.nixosSystem { - system = system; + inherit system; modules = (mkModules modules) ++ [ "${inputs.self}/hosts/${hostname}" "${inputs.self}/modules/users" -- cgit v1.2.3