the_prg_server_configuratio.../.forgejo/workflows/build-modules.yml
Christine Elisabeth Koppel a75307bd6a
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m20s
Whoops, I forgor zsh
2026-02-12 19:10:52 +01:00

28 lines
605 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
nix profile install nixpkgs#zsh
- 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