/flake-checks

✅ Simple, lightweight, and reusable Nix flake checks

Primary LanguageNixMIT LicenseMIT

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