From 422aa5d1e3c50e9a33da788fcb03ce884ab471b5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 12:23:02 +0900 Subject: [PATCH] test --- lib/default.nix | 1 - 1 file changed, 1 deletion(-) 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 = [