diff --git a/flake.nix b/flake.nix index b90361b..57ef11c 100644 --- a/flake.nix +++ b/flake.nix @@ -63,8 +63,8 @@ inherit system; crossSystem = { # linuxArch is wrong here, it will yield arm64 instead of aarch64. - config = "${pkgs.hostPlatform.qemuArch}-windows"; - rustc.config = "${pkgs.hostPlatform.qemuArch}-unknown-uefi"; + config = "${pkgs.stdenv.hostPlatform.qemuArch}-windows"; + rustc.config = "${pkgs.stdenv.hostPlatform.qemuArch}-unknown-uefi"; libc = null; useLLVM = true; };