Skip to content

Commit

Permalink
Merge pull request #152 from rvolosatovs/fix/rust-analyzer-poke
Browse files Browse the repository at this point in the history
fix(rust-analyzer): disable "poking"
  • Loading branch information
figsoda authored Sep 13, 2024
2 parents ecd631a + 7fd6253 commit 4a8131a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ nightlyToolchains.${v} // rec {
];
doCheck = false;
CARGO_INCREMENTAL = 0;
# ensure `rust-analyzer` is built in release mode https://github.com/rust-lang/rust-analyzer/blob/8772b865c913afd1510f69649f238b0f31eace3d/crates/rust-analyzer/build.rs#L9
CFG_RELEASE = 1;
RUST_ANALYZER_REV = rust-analyzer-rev;
meta = {
maintainers = with maintainers; [ figsoda ];
Expand Down

0 comments on commit 4a8131a

Please sign in to comment.