From 5814f9cadf23728235573b4333ff0500441f64b7 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 23 Feb 2025 04:12:05 +0530 Subject: [PATCH] feat: add cross compile support --- modules/base/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index 55877f8..5be9b16 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -14,6 +14,7 @@ channel.enable = false; settings = { + extra-platforms = ["aarch64-linux" "arm-linux"]; auto-optimise-store = true; allowed-users = ["${username}"]; trusted-users = ["${username}"];