Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 647 Bytes

Warning

This project has been archived! treefmt-nix is the recommended alternative

Thanks to all those who helped :)

flake-checks

Simple, lightweight, and reusable Nix flake checks

Getting started

nix flake init --template github:getchoo/flake-checks # create a new flake with our template
nix flake check --print-build-logs # and off to the races!

Usage

mkChecks :: { pkgs, root }

Returns an attribute set of our supported checks

Related projects