Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 781 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 781 Bytes

check-flake

Add a .#check package for building all checks for the current system

Why?

Due to IFD, commands like nix flake check simply will not work on certain projects (like Haskell projects) whose flake supports multiple systems. For details, see NixOS/nix#3843.

To work around this, this flake module will add package that wraps all the checks. You can then run the checks as:

nix build .#check --no-link  -L

Alternative approaches

You should probably use one of the following instead of check-flake.