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
om ci
nix flake check
Not all checks are done by building a derivation (what nixci build does currently).
nixci build
For eg., nix flake check tests for unknown properties in templates.* and errors out:
templates.*
https://github.com/NixOS/nix/blob/babfd0cd99012df9d645d38e47fa31d049bf01d8/src/nix/flake.cc#L550-L554
The above will not be caught by nixci build.
Do we care to support this niche case, though?
--
More generally, nix flake check does a bunch of "Evaluation checks":
The text was updated successfully, but these errors were encountered:
I wonder if we can decouple these checks through flake-schemas.
flake-schemas
Sorry, something went wrong.
om show
Successfully merging a pull request may close this issue.
Not all checks are done by building a derivation (what
nixci build
does currently).For eg.,
nix flake check
tests for unknown properties intemplates.*
and errors out:https://github.com/NixOS/nix/blob/babfd0cd99012df9d645d38e47fa31d049bf01d8/src/nix/flake.cc#L550-L554
The above will not be caught by
nixci build
.Do we care to support this niche case, though?
--
More generally,
nix flake check
does a bunch of "Evaluation checks":The text was updated successfully, but these errors were encountered: