summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 21:08:39 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 21:08:39 -0400
commit88c5461f6ff54cd7d3a23b98eb8520f1088a9a25 (patch)
tree49d000852250c64a6054b1d5422c63814c6887b6 /flake.nix
parent2d4038c020070a01aabc1abd10db719102493654 (diff)
Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b0e5ebd..4db99bf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -74,7 +74,7 @@
inherit cargoArtifacts;
pname = nm;
cargoExtraArgs = "-p ${nm}";
- CARGO_BUILD_RUSTFLAGS="-L ${glfw}/lib";
+ RUSTFLAGS="-L ${glfw}/lib";
});
};