Skip to content

update flake lock

update flake lock #4

Workflow file for this run

on:
push:
jobs:
ci:
runs-on: "ubuntu-latest"
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- name: Lint
run: make lint
- name: Flake Check
run: make flake-check