Skip to content

Commit

Permalink
Update rust-overlay.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Apr 25, 2023
1 parent 343adda commit bb30801
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 @@ -302,7 +302,6 @@ let
# The SYSROOT is determined based on the path of this library.
shopt -s nullglob
RUSTC_DRIVER_PATH=$(realpath -e $out/lib/librustc_driver-*.{so,dylib})
echo SYSROOT: cp --remove-destination $RUSTC_DRIVER_PATH $out/lib/
cp --remove-destination $RUSTC_DRIVER_PATH $out/lib/
'';

Expand Down

0 comments on commit bb30801

Please sign in to comment.