Skip to content

Commit

Permalink
fix(ci): use github not git+ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jul 3, 2024
1 parent 316f31b commit 704fcfc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,17 @@
flake = false;
};
cometbls = {
url = "git+ssh://[email protected]/unionlabs/cometbls?rev=360766577f7daa89f958a4c28eee909340eb4b02";
type = "github";
owner = "unionlabs";
repo = "cometbls";
rev = "360766577f7daa89f958a4c28eee909340eb4b02";
flake = false;
};
cosmossdk = {
url = "git+ssh://[email protected]/unionlabs/cosmos-sdk?rev=7d067955f7028f45b3ce205b5c35aab2e1946b19";
type = "github";
owner = "unionlabs";
repo = "cosmos-sdk";
rev = "7d067955f7028f45b3ce205b5c35aab2e1946b19";
flake = false;
};

Expand Down

0 comments on commit 704fcfc

Please sign in to comment.