diff --git a/lib/default.nix b/lib/default.nix index 5ece39a6..1fa65466 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,7 +44,6 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - system = "${platform}"; pkgs = import inputs.${repo} { inherit platform; }; modules = [