diff --git a/flake.nix b/flake.nix index 3eebf982..2b53e2e9 100644 --- a/flake.nix +++ b/flake.nix @@ -211,6 +211,7 @@ pkgs = inputs.nixpkgs.legacyPackages.${system}; in { checks = lib.dotfiles.mergeAttrsUnionOfDisjoint [ + # This attribute set contains manually declared checks. { gitHooks = inputs.gitHooks.lib.${system}.run { hooks = { @@ -232,6 +233,8 @@ src = ./.; }; } + + # This attribute set contains all Home Manager configurations. ( lib.mapAttrs' ( @@ -250,16 +253,20 @@ inputs.self.homeConfigurations ) ) + + # This attribute set contains all packages. + # + # To maintain performance, this attribute set should not contain + # composed or aliased packages. ( - # To maintain performance, this set should not contain composed or - # aliased packages. builtins.removeAttrs inputs.self.packages.${system} ["checkWithoutStandalone"] ) - # This generates + + # This attribute set contains all # inputs.self.checks..standalone-