Skip to content

Commit

Permalink
Update rust-overlay.nix
Browse files Browse the repository at this point in the history
remove snuck-in line
  • Loading branch information
ggreif authored Apr 25, 2023
1 parent d819554 commit 5839c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ let
cp --remove-destination $RUSTC_DRIVER_PATH $out/lib/
fi
if ls $out/lib/librustc_driver-*.dylib &>/dev/null; then
ls $out/lib/librustc_driver-*.dylib
RUSTC_DRIVER_PATH=$(realpath -e $out/lib/librustc_driver-*.dylib)
cp --remove-destination $RUSTC_DRIVER_PATH $out/lib/
fi
Expand Down

0 comments on commit 5839c74

Please sign in to comment.