diff --git a/flake.nix b/flake.nix index 980d2998..c1cf488f 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,12 @@ checks = with pkgs.lib; - pipe (import ./tests { inherit pkgs; }) [ + pipe { } [ + (x: + x // (import ./tests { inherit pkgs; }) + // devShells + // { inherit (devshell.modules-docs) markdown; } + ) (collect isDerivation) (map (x: { name = x.name or x.pname; value = x; })) listToAttrs