From de795d583d03efe50a7f610d125bb3ef6c09dfdc Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 17 Mar 2025 22:23:52 -0400 Subject: Use windows.pthreads in dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3