Skip to content

Commit

Permalink
feat: remove ifd when building std
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Oct 30, 2023
1 parent 7e0738d commit ade3c75
Show file tree
Hide file tree
Showing 3 changed files with 6,137 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/rust/crane.nix
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
cargoLockList = [
workspaceCargoLockPath
] ++ (lib.optionals (buildStdTarget != null) ([
"${cargoBuildRustToolchain'.passthru.availableComponents.rust-src}/lib/rustlib/src/rust/Cargo.lock"
./rust-std-Cargo.lock
]));
};

Expand Down
Loading

0 comments on commit ade3c75

Please sign in to comment.