Skip to content

Commit

Permalink
feat: add devshells and docs to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jan 19, 2024
1 parent 9887d54 commit 5927514
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5927514

Please sign in to comment.