Skip to content

WIP: feat: tracking derivations via attribute paths #433

WIP: feat: tracking derivations via attribute paths

WIP: feat: tracking derivations via attribute paths #433

Workflow file for this run

name: Builds
on:
pull_request:
push:
branches: main
# allow "manual" triggering from automatic PRs
workflow_dispatch:
jobs:
# Only put untrusted jobs here.
development:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-build
staging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-shell default.nix -A ci --run "deploy build"