From bb7788d52809aab9c792ff6679cc0ea6d01cdfd5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 17 Mar 2025 22:19:51 -0400 Subject: Add mingw cross-compiler to dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 119f1d8..a46aa9c 100644 --- a/flake.nix +++ b/flake.nix @@ -144,6 +144,7 @@ pkgs.rust-analyzer pkgs.glxinfo pkgs.cmake + pkgs.pkgsCross.mingwW64.buildPackages.gcc ] ++ native.nativeBuildInputs ++ native.buildInputs; LIBRARY_PATH = "$LIBRARY_PATH:${pkgs.lib.makeLibraryPath native.buildInputs}"; RUSTFLAGS="-L ${glfw}/lib"; -- cgit v1.2.3