Skip to content

Commit

Permalink
try to fix clippy again
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 4, 2024
1 parent e4055e3 commit 5692d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,16 @@
# We can just add bash to the complete environment at the end
compileEnvPackageList = (with toolchainPkgs; [
cacert
cargo-nextest
coreutils
glibc.static # for linking the tests
just
libz
llvmPackages.clang
llvmPackages.libclang.lib
llvmPackages.lld
rust-toolchain
sysroot
cargo-nextest
]);

docEnvPackageList = (with toolchainPkgs; [
Expand Down

0 comments on commit 5692d22

Please sign in to comment.