diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-27 18:50:30 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-27 18:50:30 -0400 |
| commit | 33cbb8efd01989f96398f5a153d26b6a9902e497 (patch) | |
| tree | fb105e5865e728389bcfa26acbaa0b577be99175 | |
| parent | fc6661723fc0082821533e7b3ca2c2b5ad591283 (diff) | |
Whoops
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ env = {}; postPatch = "true"; }); - rustflags = "-L ${glfw}/lib -L $ -L ${LIBCOLONQ_PIT_WINDOWS} {pkgs.pkgsCross.mingwW64.windows.pthreads}/lib"; + rustflags = "-L ${glfw}/lib -L ${LIBCOLONQ_PIT_WINDOWS} -L ${pkgs.pkgsCross.mingwW64.windows.pthreads}/lib"; shell = craneLib.devShell { packages = [ pkgs.pkgsCross.mingwW64.buildPackages.gcc |
