mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
nix: suppress RUSTFLAGS manipulation
My global rustflags configuration cause this binary to be incorrectly linked so this workaround prevents the global rustflags from being applied to this build
This commit is contained in:
parent
9cd489ae82
commit
a357b02712
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
with import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; };
|
||||
mkShell {
|
||||
RUSTFLAGS = "";
|
||||
buildInputs = [
|
||||
(rust-bin.selectLatestNightlyWith (toolchain:
|
||||
toolchain.default.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue