riiiiight, probably just in the nix store, not the $PATH...
Some checks failed
Test action / Print hello world (push) Failing after 7s

This commit is contained in:
clan-tool 2025-09-03 19:57:19 +02:00
parent 934aac68fb
commit 9427e6bb3d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -14,6 +14,8 @@ jobs:
- name: Install deps - name: Install deps
run: nix-shell -p nodejs_24 run: nix-shell -p nodejs_24
- run: echo "$PATH"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix flake check - run: nix flake check