Try using the nix-env 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:58:24 +01:00
parent 28a1d604c4
commit c94481e4ae
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

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