Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 31, 2022
1 parent 9fba563 commit 00e9314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let
echo "Build instrumented binary"
go test ./cmd/chain-maind $buildFlags",testbincover" "''${buildFlagsArray[@]} -w -s" -coverpkg=./...,github.com/cosmos/cosmos-sdk/x/... -c -o ${instrumentedBinary}
'';
postInstall = ''
preInstall = ''
mkdir -p $instrumented/bin
mv ./${instrumentedBinary} $instrumented/bin/
'';
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b61bf7a96aa6ddd3c425fa1db8c45acfdd82e36b",
"sha256": "0dw23adh6b0jxa58nba31bf4033cd6yiwzgzp5bbl4zf2jaw9prh",
"rev": "39945562539b572eb43915992ef82f46a7176364",
"sha256": "13ilyljj9mffg68z8i7d425r0mh0g6aw6x6lddw09fx3lm26kq0b",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/b61bf7a96aa6ddd3c425fa1db8c45acfdd82e36b.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/39945562539b572eb43915992ef82f46a7176364.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"relayer": {
Expand Down

0 comments on commit 00e9314

Please sign in to comment.