Skip to content

Commit 48b5056

Browse files
committed
flake/packages: test all packages by default
1 parent 782f2d6 commit 48b5056

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: flake-modules/checks.nix

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
inherit pkgs;
2828
inherit (pkgs) lib;
2929
};
30-
docs = config.packages.docs ? null;
3130
};
3231
};
3332
}

Diff for: flake-modules/packages.nix

+3
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
in
2323
docs
2424
// man-docs;
25+
26+
# Test that all packages build fine when running `nix flake check`.
27+
checks = config.packages;
2528
};
2629
}

0 commit comments

Comments
 (0)