diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 22:43:07 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 22:43:07 -0400 |
| commit | 3b8c5115984db34796a507ad5b78a6f3769ccf22 (patch) | |
| tree | 847d1f6945cf4b4f528dab094eae7844beb154f6 /flake.nix | |
| parent | 832bdc75f8b74d0bfb5e90c87dfc2924c0f4263b (diff) | |
Update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
