Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Use cp instead of cat in copying file
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed May 2, 2024
1 parent 40c92a7 commit dca258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/sov-celestia-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let
cp -r ${sovereign-sdk-src} $out/vendor/sovereign-sdk
cp ${cargo-lock-file} $out/Cargo.lock
cat ${cargo-toml-file} > $out/Cargo.toml
cp ${cargo-toml-file} $out/Cargo.toml
'';
};

Expand Down

0 comments on commit dca258f

Please sign in to comment.