ci: bump DeterminateSystems/nix-installer-action from 15 to 16 #639
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Impure Nix | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
check: | |
name: Run Checks | |
uses: ./.github/workflows/checks.yml | |
with: | |
impure: true | |
secrets: | |
cachix_auth_token: ${{ secrets.CACHIX_AUTH_TOKEN }} | |
success: | |
name: 'Success: Impure Nix' | |
runs-on: ubuntu-latest | |
needs: [check] | |
steps: | |
- name: Check for success | |
run: | | |
echo 'All checks successfully completed!' |