Skip to content

Commit

Permalink
build: update nix flake for 0.2.1, fix github action commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Jul 26, 2023
1 parent 7030515 commit fc64456
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
run: nix develop -c $SHELL -c "npm ci"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"
run: nix develop -c $SHELL -c "cargo clippy"

- name: Check rust formatting
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"
run: nix develop -c $SHELL -c "cargo fmt"

- name: Build Happ
run: nix develop -c $SHELL -c "npm run build:happ"
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
holochain = {
url = "github:holochain/holochain";
inputs.versions.follows = "versions";
inputs.holochain.url = "github:holochain/holochain/holochain-0.3.0-beta-dev.9";
inputs.holochain.url = "github:holochain/holochain/holochain-0.2.1";
};
};

Expand Down

0 comments on commit fc64456

Please sign in to comment.