Skip to content

Commit

Permalink
Fix ci nix base
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto authored and CaptainVincent committed Jun 8, 2021
1 parent 0384270 commit 67d75ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-21.05-small

- name: Default test
run: nix-shell --run "cargo test"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ polkadot.*

# NixOS development environment
.envrc
.direnv/

0 comments on commit 67d75ed

Please sign in to comment.