From 589ee0824e118b5558bdba5a59d9baea10cbfd1d Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 11:45:37 +0900 Subject: [PATCH] test --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index a36ac3e8..9d1140d5 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ self, inputs, outputs, stateVersion, hmStateVersion, system, ... }: { +{ self, inputs, outputs, stateVersion, hmStateVersion, ... }: { deploy = { hostname, platform ? "x86_64-linux", @@ -44,7 +44,7 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - pkgs = import inputs.${repo} { inherit system; }; + pkgs = import inputs.${repo} { inherit ${platform}; }; modules = [ # Types are 'default', 'small', and 'minimal'