diff --git a/lib/default.nix b/lib/default.nix index 61b59fc7..5ece39a6 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -45,7 +45,7 @@ }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; system = "${platform}"; - pkgs = import inputs.${repo} { inherit system; }; + pkgs = import inputs.${repo} { inherit platform; }; modules = [ # Types are 'default', 'small', and 'minimal'