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

Commit

Permalink
Fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Jun 21, 2024
1 parent 7912e0e commit 9ea780f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nix/sov-celestia-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ let
installPhase = ''
mkdir -p $out $out/vendor
cp -r ${../clients} $out/clients
cp -r ${../modules} $out/modules
cp -r ${../mocks} $out/mocks
cp -r ${../proto} $out/proto
cp -r ${../crates} $out/crates
cp -r ${sovereign-sdk-src} $out/vendor/sovereign-sdk
Expand All @@ -75,7 +72,7 @@ let
"risc0-cycle-utils-0.3.0" = "sha256-5dA62v1eqfyZBny4s3YlC2Tty7Yfd/OAVGfTlLBgypk=";
"rockbound-1.0.0" = "sha256-aDrNegRfsSwiNw4XLsE4rpUYDZn2N59UJbGZ6mpY180=";
"tendermint-0.32.0" = "sha256-FtY7a+hBvQryATrs3mykCWFRe8ABTT6cuf5oh9IBElQ=";
"cosmos-sdk-proto-0.22.0-pre" = "sha256-r7zoHmk12iTdsyJ/4rRgD5HDeDSiNcs/HlS7eGi+NbE=";
"cosmos-sdk-proto-0.22.0-pre" = "sha256-nRfcAbjFcvAqool+6heYK8joiU5YaSWITnO6S5MRM1E=";
};
};

Expand Down

0 comments on commit 9ea780f

Please sign in to comment.