This commit is contained in:
parent
33712aa47e
commit
3da71bbb64
1 changed files with 2 additions and 5 deletions
|
@ -13,14 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install nodejs
|
- name: Install nodejs
|
||||||
run: nix-env -iA nixpkgs.nodejs
|
run: nix-env -iA nixpkgs.nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
# - name: Install deps
|
- uses: actions/checkout@v4
|
||||||
# uses: Prince527/install-nix-action@v31
|
|
||||||
|
|
||||||
- run: whoami
|
- run: whoami
|
||||||
- run: node -v
|
- run: node -v
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
|
||||||
- run: nix flake check
|
- run: nix --extra-experimental-features "nix-command flakes pipe-operator" flake check
|
Reference in a new issue