Skip to content

flake.lock: update nixpkgs #489

flake.lock: update nixpkgs

flake.lock: update nixpkgs #489

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Run pre-commit
uses: pre-commit/action@v3.0.0