Skip to content

flake.lock: Update

flake.lock: Update #74

Workflow file for this run

jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: DeterminateSystems/nix-installer-action@v17
with:
extra-args: --extra-conf "extra-platforms = aarch64-linux"
- name: Check flake
run: nix -Lv flake check
timeout-minutes: 60
'on':
push: {}
workflow_dispatch: {}