This commit is contained in:
parent
c669e8f3f4
commit
f53ab36cf4
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
runs-on: default
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: nix shell nixpkgs#node
|
||||
run: nix shell nixpkgs#node --extra-experimental-features nix-command flakes
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- run: nix flake check
|
Reference in a new issue