Skip to content

Update NixOS and HM to 23.11 #28

Update NixOS and HM to 23.11

Update NixOS and HM to 23.11 #28

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Check that all sources are properly formatted
run: |-
nix develop -c lint-all