Skip to content

README.md: document --build-host #24

README.md: document --build-host

README.md: document --build-host #24

Workflow file for this run

name: build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
workflow_dispatch:
jobs:
build-nynx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Build deployer package
run: nix build --accept-flake-config .#packages.x86_64-linux.nynx
build-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Build formatter package
run: nix build --accept-flake-config .#packages.x86_64-linux.formatter
build-devShell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Build devShell
run: nix build --accept-flake-config .#devShells.x86_64-linux.default