We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might become mainstream (and actually be intended UX) to run CI/precommit checks with nix checks .#... and tests with nix run .#... as seen in: https://github.com/input-output-hk/haskell.nix/pull/972/files#diff-831cd2fba465f6aa9b5ef7e0dd8f890afafb79eef581915b6de1e01c587f12f2R619-R641
nix checks .#...
nix run .#...
Hence it might be worthwhile to expose checks and apps transparently through the simpleFlakes overlay pattern?
simpleFlakes
/cc @hamishmack
The text was updated successfully, but these errors were encountered:
apps → #17
Sorry, something went wrong.
simpleFlakes: checks magic for CI
15c58f4
closes numtide#21
simpleFlakes: checks magic for CI (#22)
8088c6d
closes #21
Successfully merging a pull request may close this issue.
It might become mainstream (and actually be intended UX) to run CI/precommit checks with
nix checks .#...
and tests withnix run .#...
as seen in: https://github.com/input-output-hk/haskell.nix/pull/972/files#diff-831cd2fba465f6aa9b5ef7e0dd8f890afafb79eef581915b6de1e01c587f12f2R619-R641Hence it might be worthwhile to expose checks and apps transparently through the
simpleFlakes
overlay pattern?/cc @hamishmack
The text was updated successfully, but these errors were encountered: