Skip to content

Automated action - Update flake.lock #35

Automated action - Update flake.lock

Automated action - Update flake.lock #35

name: "flake check"
on:
pull_request:
types: [opened, reopened, synchronize]
repository_dispatch:
types: [create-pull-request]
jobs:
check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --impure --show-trace --accept-flake-config
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main