Skip to content

chore(deps): lock file maintenance (#4549) #8986

chore(deps): lock file maintenance (#4549)

chore(deps): lock file maintenance (#4549) #8986

Workflow file for this run

---
name: Check Flakes
on:
pull_request_target:
types:
- opened
- auto_merge_enabled
push:
paths:
- '**.nix'
- flake.lock
jobs:
check_flakes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check