Skip to content

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

License

Notifications You must be signed in to change notification settings

srid/check-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages