From 63c19c3baa1f65db7753f5d776fca4ae013bd832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 19 Aug 2026 21:54:16 +0200 Subject: [PATCH] allow unsupported systems for cross comp --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e5522aa..1c9fc1b 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ _module.args.pkgs = import inputs.nixpkgs { inherit system; overlays = [(import rust-overlay)]; + config.allowUnsupportedSystem = true; }; packages = {