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
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 59s
This commit is contained in:
parent
e977b6a1ec
commit
63059a5360
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue