-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
neovim-unwrapped: use outputChecks #334915
Conversation
`disallowedRequisites` and friends will be ignored if `__structuredAttrs` is used. In Nix versions <2.24 and Lix <2.91 this happens silently, in newer versions a warning is printed. The solution is to use outputChecks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up. I will trust you on this, just it would probably be best to target staging
See also the warning section at https://nix.dev/manual/nix/2.24/language/advanced-attributes#adv-attr-structuredAttrs
I don't think that's necessary: it's mostly vimplugins being rebuilt. |
thanks for the pointer pretty cool !
I used to think like that but I thin the sheer number of jobs is already a problem to scheduling. And the darwin builder is already slow enough as it is. This PR is not critical, it's not a problem to wait for it I think |
@teto done. |
Description of changes
disallowedRequisites
and friends will be ignored if__structuredAttrs
is used. In Nix versions <2.24 and Lix <2.91 this happens silently, in newer versions a warning is printed.The solution is to use outputChecks.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.