Skip to content

Commit 06e83b3

Browse files
committed
fix(all-packages): Do not remove deps targets
The main thing which takes up space is target/release/deps. We need these built dependencies, otherwise we'll get nasty cargo conflicts.
1 parent 41a749e commit 06e83b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
installPhaseCommand = ''
162162
mkdir -p "$out"/bin
163163
# Install source code
164-
rm -r target/release/deps
165164
cp -r /build/source/. "$out"
166165
# Install cargo commands
167166
ln -s "${rust-toolchain}"/bin/* "$out"/bin/

0 commit comments

Comments
 (0)