Skip to content
Discussion options

You must be logged in to vote

checks currently includes HLS checks:

checks = lib.filterAttrs (_: v: v != null) {
"${name}-hls" = if (config.devShell.enable && config.devShell.hlsCheck.enable) then hlsCheck else null;
};

Your package's unit tests are run as part of building that package, unless settings.*.check = false; https://community.flake.parts/haskell-flake/settings

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@srid
Comment options

srid Jul 29, 2025
Maintainer

@jedesroches
Comment options

Answer selected by jedesroches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #443 on July 29, 2025 16:06.