Skip to content

nixpkgs-upstream-tests #92

nixpkgs-upstream-tests

nixpkgs-upstream-tests #92

Workflow file for this run

name: nixpkgs-upstream-tests
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
nixpkgs-upstream-test:
strategy:
# Reduce the parallelism as otherwise Nix hits GitHub API limit
# when querying for the tag.
max-parallel: 1
matrix:
os:
- ubuntu-latest
- macos-latest
branch:
- nixpkgs-unstable
- "23.11"
- "23.05"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix run 'nixpkgs/${{matrix.branch}}#nix-tree' -- --help