Skip to content

ci: bump DeterminateSystems/nix-installer-action from 14 to 15 #633

ci: bump DeterminateSystems/nix-installer-action from 14 to 15

ci: bump DeterminateSystems/nix-installer-action from 14 to 15 #633

Workflow file for this run

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!'