From 11c40d4f94d79ebe72fb4516cb7b895cf1e543dc Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 19 Sep 2023 13:19:24 +0900 Subject: [PATCH] test --- lib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 061db21e..3524d429 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -40,8 +40,7 @@ platform ? "x86_64-linux", gpu ? null, theme ? "default", - format , - system ? "aarch64-linux" + format }: inputs.nixos-generators.nixosGenerate { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };