Skip to content

chore: update flake.lock #1

chore: update flake.lock

chore: update flake.lock #1

Workflow file for this run

jobs:
checking-flake:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@v17
- name: Magic Nix Cache(Use GitHub Actions Cache)
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run nix flake check
run: nix -vL flake check --impure --all-systems --no-build
timeout-minutes: 30
'on':
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.adoc'
- '**/*.jpeg'
- '**/*.jpg'
- '**/*.png'
- '**/*.svg'
- .github/**
- .git*
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.adoc'
- '**/*.jpeg'
- '**/*.jpg'
- '**/*.png'
- '**/*.svg'
- .github/**
- .git*
workflow_dispatch: {}