summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 22:43:07 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 22:43:07 -0400
commit3b8c5115984db34796a507ad5b78a6f3769ccf22 (patch)
tree847d1f6945cf4b4f528dab094eae7844beb154f6
parent832bdc75f8b74d0bfb5e90c87dfc2924c0f4263b (diff)
Update
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 12cdd7c..29cd250 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,11 +142,11 @@
cpkgs = pkgs.pkgsCross.mingwW64;
nativeBuildInputs = [
cpkgs.buildPackages.gcc
- cpkgs.windows.pthreads
];
buildInputs = [
- cpkgs.openssl.dev
+ # cpkgs.openssl.dev
cpkgs.glfw
+ cpkgs.windows.pthreads
];
build = path: nm:
let