Skip to content

[create-pull-request] automated change #99

[create-pull-request] automated change

[create-pull-request] automated change #99

Workflow file for this run

name: "Test RDE template"
on:
workflow_dispatch: # allows manual triggering
push:
paths:
- 'templates/rde/flake.lock'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
- uses: wimpysworld/nothing-but-nix@main
with:
hatchet-protocol: 'carve'
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v16
with:
name: rde
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community
# - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build ./templates/rde
- run: nix flake check ./templates/rde