Skip to content

Commit fc64456

Browse files
committed
build: update nix flake for 0.2.1, fix github action commands
1 parent 7030515 commit fc64456

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
run: nix develop -c $SHELL -c "npm ci"
4949

5050
- name: Clippy
51-
run: nix develop -c $SHELL -c "npm run cargo:clippy"
51+
run: nix develop -c $SHELL -c "cargo clippy"
5252

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

5656
- name: Build Happ
5757
run: nix develop -c $SHELL -c "npm run build:happ"

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
holochain = {
99
url = "github:holochain/holochain";
1010
inputs.versions.follows = "versions";
11-
inputs.holochain.url = "github:holochain/holochain/holochain-0.3.0-beta-dev.9";
11+
inputs.holochain.url = "github:holochain/holochain/holochain-0.2.1";
1212
};
1313
};
1414

0 commit comments

Comments
 (0)