diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 22:19:51 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 22:19:51 -0400 |
| commit | bb7788d52809aab9c792ff6679cc0ea6d01cdfd5 (patch) | |
| tree | dbe0268518417691f2d609bb295de32a39e928fa | |
| parent | 31d7c469ec39b8702a024c3da3dae0fb1279e514 (diff) | |
Add mingw cross-compiler to dev shell
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
