Try using nix profile add instead.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4s

This commit is contained in:
Root User 2026-02-12 18:57:10 +01:00
parent 64394ae842
commit 28a1d604c4
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup nodejs 24
run: |
set -eux
nix-shell -p nodejs-slim_24
nix profile add nixpkgs#nodejs-slim_24
- name: Checkout repository
uses: actions/checkout@v4