summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
});
};