diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 21:13:53 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 21:13:53 -0400 |
| commit | bd759ae3cefdba9cb9f72b46409c1f1e74e70415 (patch) | |
| tree | b139dd5acb65771a10d5b253fd2df90ebacd10c1 /flake.nix | |
| parent | 88c5461f6ff54cd7d3a23b98eb8520f1088a9a25 (diff) | |
update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,6 +64,7 @@ inherit src nativeBuildInputs buildInputs; strictDeps = true; CARGO_BUILD_TARGET = "x86_64-unknown-linux-gnu"; + CARGO_BUILD_RUSTFLAGS="-L ${glfw}/lib"; inherit (craneLib.crateNameFromCargoToml { inherit src; }) version; }; cargoArtifacts = craneLib.buildDepsOnly (commonArgs // { @@ -74,7 +75,6 @@ inherit cargoArtifacts; pname = nm; cargoExtraArgs = "-p ${nm}"; - RUSTFLAGS="-L ${glfw}/lib"; }); }; |
