Skip to content

Commit 5db0f95

Browse files
committed
feat: add devshells and docs to checks
1 parent ce2aadf commit 5db0f95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@
7474

7575
checks =
7676
with pkgs.lib;
77-
pipe (import ./tests { inherit pkgs; }) [
77+
pipe { } [
78+
(x:
79+
x // (import ./tests { inherit pkgs; })
80+
// devShells
81+
// { inherit (devshell.modules-docs) markdown; }
82+
)
7883
(collect isDerivation)
7984
(map (x: { name = x.name or x.pname; value = x; }))
8085
listToAttrs

0 commit comments

Comments
 (0)