Skip to content

Update Nixpkgs

Update Nixpkgs #993

Workflow file for this run

name: Run Zero to Nix site tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
environment: test
runs-on: ubuntu-22.04
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Check Nixpkgs input
uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: true
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Nix CI suite
run: nix develop --command ci
- name: Check flake templates
run: ./scripts/check-flake-templates.sh