allow unsupported systems for cross comp

This commit is contained in:
2026-08-19 21:54:16 +02:00
parent 8845234529
commit 63c19c3baa
+1
View File
@@ -60,6 +60,7 @@
_module.args.pkgs = import inputs.nixpkgs { _module.args.pkgs = import inputs.nixpkgs {
inherit system; inherit system;
overlays = [(import rust-overlay)]; overlays = [(import rust-overlay)];
config.allowUnsupportedSystem = true;
}; };
packages = { packages = {