summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 21:06:54 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 21:06:54 -0400
commit2d4038c020070a01aabc1abd10db719102493654 (patch)
treebf80a3aeafd48ffdda1ce3729bd1e62d3ac8d525
parent4f30ad9a54ff1533bbe9ec9c4302e4bfcce7b410 (diff)
Add rustflags to flake.nix
-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";
});
};