From d0c8004f2ec609b25eb2d09d2da315363f131c72 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 12:20:38 +0900 Subject: [PATCH] test --- lib/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 3bc4c42e..f4f26364 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,7 +44,8 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - pkgs = import inputs.${repo} { inherit "${platform}"; }; + system = ${platform}; + pkgs = import inputs.${repo} { inherit system; }; modules = [ # Types are 'default', 'small', and 'minimal'