Skip to content

Commit

Permalink
This way?
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 18, 2023
1 parent f82da2b commit 509fb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ZOMBIENET_GITHUB_TOKEN }}

- uses: cachix/install-nix-action@v24
with:
Expand All @@ -46,4 +48,3 @@ jobs:
with:
add_options: '-u'
commit_message: Fix nix hash
token: ${{ secrets.ZOMBIENET_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-CkQ9b8fWzuWkZoH+I+8htqaTjMHSXa8LPWltoU75/8Q=";
npmDepsHash = "sha256-CkQ9b7fWzuWkZoH+I+8htqaTjMHSXa8LPWltoU75/8Q=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down

0 comments on commit 509fb11

Please sign in to comment.