Skip to content

Commit b3eae01

Browse files
committed
try to fix clippy
1 parent 5edac1b commit b3eae01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212

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

0 commit comments

Comments
 (0)