Skip to content

flake: update inputs #382

flake: update inputs

flake: update inputs #382

Workflow file for this run

name: Unstable Nix
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
check:
name: Run Checks
uses: ./.github/workflows/checks.yml
with:
nix_installer: https://github.com/nix-community/nix-unstable-installer/releases/latest/download/install
secrets:
cachix_auth_token: ${{ secrets.CACHIX_AUTH_TOKEN }}
success:
name: 'Success: Unstable Nix'
runs-on: ubuntu-latest
needs: [check]
steps:
- name: Check for success
run: |
echo 'All checks successfully completed!'