Skip to content

Commit

Permalink
try to fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 3, 2024
1 parent 5edac1b commit b3eae01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@

rust-toolchain = with rust-version;
(toolchainPkgs.rust-bin.${channel}.${version}.${profile}.override {
extensions = [ "rust-src" "rust-std-x86_64-unknown-linux-musl" "rust-std-x86_64-unknown-linux-gnu" ];
targets = targets;
});

Expand Down

0 comments on commit b3eae01

Please sign in to comment.