maaan, do I loooooove nix in containers...
Some checks failed
Test action / Print hello world (push) Failing after 2s

This commit is contained in:
clan-tool 2025-09-03 20:05:25 +02:00
parent 9427e6bb3d
commit 8288aeed02
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -12,9 +12,10 @@ jobs:
runs-on: default
steps:
- name: Install deps
run: nix-shell -p nodejs_24
# run: nix-shell -p nodejs_24
run: nix-env -iA nixos.nodejs_24
- run: echo "$PATH"
- run: nix-env -qa
- uses: actions/checkout@v4