where s nix-channel
Some checks failed
/ test (push) Failing after 32s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 13:16:50 +02:00
parent a0223c3ce0
commit 0a97e76bf2
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -4,6 +4,7 @@ jobs:
runs-on: nix.2.18.7
steps:
- run: nix-channel --update
- run: type -a nix-channel
- run: niv-env -i nodejs
- uses: actions/checkout@v4