Skip to content

refactor: use overlay #94

refactor: use overlay

refactor: use overlay #94

Workflow file for this run

name: Nix formatter checks
on:
pull_request:
push:
paths:
- "**.nix"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Run nix formatter tool
run: nix fmt . -- --check