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
nix-shell --argstr job foo will produce:
nix-shell --argstr job foo
error: nix-shell requires a single derivation
The text was updated successfully, but these errors were encountered:
This can be especially confusing when the unknown job is simply a known Coq project that is missing from coqPackages.
coqPackages
Sorry, something went wrong.
As discussed in https://coq.zulipchat.com/#narrow/stream/290990-Nix-toolbox.20devs.20.26.20users/topic/.60nix-shell.20https.3A.2F.2Fcoq.2Einria.2Efr.2Fnix.2Ftoolbox.20--argstr.20job.60, we should ensure that we fail at evaluation time instead of producing an empty derivation in such cases.
No branches or pull requests
nix-shell --argstr job foo
will produce:The text was updated successfully, but these errors were encountered: