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

Commit

Permalink
Somehow Cargo.toml do not need to be patched
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Apr 11, 2024
1 parent 7db81c3 commit 1c968ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nix/sov-celestia-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ let
mkdir -p $out $out/vendor
cp -r . $out
cp -r ${sovereign-sdk-src} $out/vendor/sovereign-sdk
cat .cargo/config.toml >> $out/Cargo.toml
# We somehow have to touch the modified Cargo.toml, or cargo won't pick up the changes
touch $out/Cargo.toml
'';
};

Expand Down

0 comments on commit 1c968ca

Please sign in to comment.