about summary refs log tree commit diff stats
path: root/nix/pre-commit-checks.nix
Commit message (Collapse)AuthorAgeLines
* feat: add low-memory modeAlan Pearce2024-06-09-1/+1
|
* build: just use nix version as internal versionAlan Pearce2024-05-25-1/+1
|
* chore: release v0.1.4 v0.1.4Alan Pearce2024-05-23-0/+1
|
* docs: expand readme, move dev docs to subfolderAlan Pearce2024-05-22-1/+4
|
* build: fix pre-commit check exclude/ignore patternsAlan Pearce2024-05-22-2/+4
|
* build: narrow overly-broad linting exclusionsAlan Pearce2024-05-21-3/+3
| | | | | | | | | I started this project using `niv`, which creates `nix/sources.nix`, which is all I really needed to exclude as it's generated by niv. Now there's generated code only in `nix/overlays`, so the rest of the files under `nix/` should be formatted by nixpkgs-fmt and analysed by statix and deadnix.
* build: check defaults.toml wasn't modified pre-commitAlan Pearce2024-05-20-1/+2
|
* build: store default configuration in repo and ensure freshnessAlan Pearce2024-05-20-0/+14
|
* build: switch to flakesAlan Pearce2024-05-12-0/+95