summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 22:23:52 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 22:23:52 -0400
commitde795d583d03efe50a7f610d125bb3ef6c09dfdc (patch)
treebfee1e7b0b137145bd7baac1572a820ecd8b77d3 /flake.nix
parentbb7788d52809aab9c792ff6679cc0ea6d01cdfd5 (diff)
Use windows.pthreads in dev shell
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a46aa9c..5d18bf8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -145,6 +145,7 @@
pkgs.glxinfo
pkgs.cmake
pkgs.pkgsCross.mingwW64.buildPackages.gcc
+ pkgs.pkgsCross.mingwW64.windows.pthreads
] ++ native.nativeBuildInputs ++ native.buildInputs;
LIBRARY_PATH = "$LIBRARY_PATH:${pkgs.lib.makeLibraryPath native.buildInputs}";
RUSTFLAGS="-L ${glfw}/lib";