mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
checks: add all packages to checks
This commit is contained in:
parent
8441b47800
commit
07a3dab254
5
modules/flake-parts/checks.nix
Normal file
5
modules/flake-parts/checks.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
perSystem = {self', ...}: {
|
||||
checks = self'.packages;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user