diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index bb4f701b..fa2b24d8 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -1166,7 +1166,7 @@ in }); cryptography = py-prev.cryptography.override { - inherit (emulated) rustPlatform; # "cargo:warning=aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-m64’" + inherit (emulated) cargo rustc rustPlatform; # "cargo:warning=aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-m64’" }; defcon = py-prev.defcon.overridePythonAttrs (orig: {