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