Skip to content

fix: Update repolinks to point to the nixos GH org #870

fix: Update repolinks to point to the nixos GH org

fix: Update repolinks to point to the nixos GH org #870

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@v4
- uses: cachix/install-nix-action@v31
- run: nix-build -A git-hooks
- run: nix-build -A tests
- run: nix-shell default.nix -A ci --run "deploy build"