mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +02:00
Add NIX_CONFIG environment variable for Node.js 24 setup in build-modules.yml
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
|
||||
steps:
|
||||
- name: Setup nodejs 24
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
run: |
|
||||
set -eux
|
||||
nix profile install nixpkgs#nodejs-slim_24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue