From 0e62f8a2ecace9298d7f774f9ab44d5ffc82f76f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 19 Sep 2023 13:14:31 +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 63fda75a..061db21e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -41,7 +41,7 @@ gpu ? null, theme ? "default", format , - system ? "x86_64-linux" + system ? "aarch64-linux" }: inputs.nixos-generators.nixosGenerate { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };