This commit is contained in:
parent
c7b4f6f096
commit
30323e8590
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yaml
vendored
1
.github/workflows/update.yaml
vendored
|
@ -9,6 +9,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: nixpkgs/nix
|
image: nixpkgs/nix
|
||||||
steps:
|
steps:
|
||||||
|
- run: nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs
|
||||||
- run: nix-env -iA nixpkgs.nodejs
|
- run: nix-env -iA nixpkgs.nodejs
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue