-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
vimPlugins: fix meta shadowing #438707
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
vimPlugins: fix meta shadowing #438707
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Some of those are using |
Alright, think I got em all. |
This comment was marked as resolved.
This comment was marked as resolved.
Oops, yeah. I was just searching for |
Currently shadows entire `meta` from `generated.nix`. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
third times the charm? Did a |
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.
SGTM, thanks!
Q: can we trust eval when it comes to vimPlugins
or does the hydraPlatforms = []
mess with it?
It would be a shame to accidentally merge an eval failure if one of those old.meta
s doesn't actually exist...
EDIT: I guess seeing as hydraPlatforms
is part of meta
, CI must be able to evaluate meta
in order to know there are no hydra platforms... Logically, we must be ok.
Yeah, I was worried about that too, at first. But our new plugin additions from |
Thanks! 🎉 |
Currently shadows entire
meta
fromgenerated.nix
.Discovered in nix-community/nixvim#3648
Things done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.