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