dontCheck
for haskell packages doesn't remove dependencies
#224197
Labels
dontCheck
for haskell packages doesn't remove dependencies
#224197
Describe the bug
using
dontCheck
doesn't remove the need for dependenciesSteps To Reproduce
Steps to reproduce the behavior:
nix build github:jfaure/irie-lang/4aac3edc221e8309396c8a547adfab20f3e961f7
Expected behavior
dontCheck
removes the need for depending onfused-effects
as it is only a dependency for the testsuite https://github.com/jfaure/Irie-lang/blob/4aac3edc221e8309396c8a547adfab20f3e961f7/flake.nix#L27Additional context
callHackage
is usedThe text was updated successfully, but these errors were encountered: