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 = {