This commit is contained in:
parent
0e27d40f98
commit
41a1294002
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
runs-on: default
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
# run: nix-shell -p nodejs_24
|
run: nix-shell -p nodejs_24
|
||||||
run: nix-env -iA nixos.nodejs_24
|
# run: nix-env -iA nixos.nodejs_24
|
||||||
|
|
||||||
- run: whoami
|
- run: whoami
|
||||||
- run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
- run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||||
|
|
Reference in a new issue