the_prg_server_configuratio.../.forgejo/workflows/build-modules.yml
Christine Elisabeth Koppel 63059a5360
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 59s
Add NIX_CONFIG environment variable for Node.js 24 setup in build-modules.yml
2026-02-12 19:08:41 +01:00

27 lines
563 B
YAML

name: Build Nix modules (dry-run)
on:
push:
branches:
- main
jobs:
build-modules:
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
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Dry Run (dry-run)
env:
NIX_CONFIG: experimental-features = nix-command flakes
run: |
set -eux
./dry_run.zsh