Add NIX_CONFIG environment variable for Node.js 24 setup in build-modules.yml
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 59s

This commit is contained in:
Root User 2026-02-12 19:08:41 +01:00
parent e977b6a1ec
commit 63059a5360
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -10,6 +10,8 @@ jobs:
runs-on: lix runs-on: lix
steps: steps:
- name: Setup nodejs 24 - name: Setup nodejs 24
env:
NIX_CONFIG: experimental-features = nix-command flakes
run: | run: |
set -eux set -eux
nix profile install nixpkgs#nodejs-slim_24 nix profile install nixpkgs#nodejs-slim_24