-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix flake check
fails
#1386
Comments
why?
builds the doctests, but doesn't run them.
can't be used, because
|
Note that if I remove all systems except the current one from the flake, |
I may have found an answer to my question, "how do I run checks?" here: https://github.com/Plutonomicon/plutarch/blob/f8b7eb06184112ae2bebdec5a8156010141a05d5/flake.nix#L600 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
You can pass a preferred The
|
Copied from here Line 9 in 4d64854
this appears to work:
On Linux, This may be relevant:
|
Hi,
With a very basic flake modelled after the example in the Haskell.nix documentation,
nix flake check
fails with:This seems to be the same error as in NixOS/nix#4265.
What workarounds are available?
How do you run tests?
Can you please update the Haskell.nix documentation to reflect this issue?
The text was updated successfully, but these errors were encountered: