summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1226a65..b0e5ebd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -74,6 +74,7 @@
inherit cargoArtifacts;
pname = nm;
cargoExtraArgs = "-p ${nm}";
+ CARGO_BUILD_RUSTFLAGS="-L ${glfw}/lib";
});
};