Try using the nix profile install 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 19:07:06 +01:00
parent b33cc8bdcc
commit e977b6a1ec
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

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