-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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: remove explicit nvimRequireCheck #367801
base: master
Are you sure you want to change the base?
Conversation
fd985f9
to
dc073eb
Compare
4b6ae23
to
a4a0fba
Compare
a4a0fba
to
755ea87
Compare
755ea87
to
87fe710
Compare
Added a couple checkInputs discovered when testing with fix from #372551 |
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.
Good initiative !
}; | ||
|
||
cmd-parser-nvim = super.cmd-parser-nvim.overrideAttrs { | ||
# Has cmd-parser.init.test matched from lua/cmd-parser/init.test.lua |
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.
Maybe ignore all files that end in .test.lua
? (Not a requirement, just a suggestion)
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.
Yeah, I'll do another Pr for that targeting staging.
|
87fe710
to
643fa73
Compare
643fa73
to
17c2e8d
Compare
Aider-nvim dependency failing on darwin: vvenc> Running phase: fixupPhase
vvenc> Moving /nix/store/s3m2alqkjgan2hfrb2z9xkb1zywy9flm-vvenc-1.13.0-lib/lib/pkgconfig to /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev/lib/pkgconfig
vvenc> Moving /nix/store/s3m2alqkjgan2hfrb2z9xkb1zywy9flm-vvenc-1.13.0-lib/lib/cmake to /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev/lib/cmake
vvenc> Patching '/nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev/lib/pkgconfig/libvvenc.pc' includedir to output /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev
vvenc> checking for references to /private/tmp/nix-build-vvenc-1.13.0.drv-0/ in /nix/store/6syzpsljvr3x13b239776xnm3l40a5lc-vvenc-1.13.0...
vvenc> patching script interpreter paths in /nix/store/6syzpsljvr3x13b239776xnm3l40a5lc-vvenc-1.13.0
vvenc> stripping (with command strip and flags -S) in /nix/store/6syzpsljvr3x13b239776xnm3l40a5lc-vvenc-1.13.0/bin
vvenc> checking for references to /private/tmp/nix-build-vvenc-1.13.0.drv-0/ in /nix/store/s3m2alqkjgan2hfrb2z9xkb1zywy9flm-vvenc-1.13.0-lib...
vvenc> patching script interpreter paths in /nix/store/s3m2alqkjgan2hfrb2z9xkb1zywy9flm-vvenc-1.13.0-lib
vvenc> stripping (with command strip and flags -S) in /nix/store/s3m2alqkjgan2hfrb2z9xkb1zywy9flm-vvenc-1.13.0-lib/lib
vvenc> checking for references to /private/tmp/nix-build-vvenc-1.13.0.drv-0/ in /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev...
vvenc> patching script interpreter paths in /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev
vvenc> stripping (with command strip and flags -S) in /nix/store/5s3009rvkqlkn801hq8hw6jykfh0cr14-vvenc-1.13.0-dev/lib
error: cycle detected in build of '/nix/store/cvsa1c75253sassaqb8dv0mx7sq0gnnp-vvenc-1.13.0.drv' in the references of output 'lib' from output 'out' |
17c2e8d
to
8507b4b
Compare
Update missing dependencies and let auto require work.
8507b4b
to
3125697
Compare
|
Things done
Going through pre-existing nvimRequireChecks and cleaning up the ones that don't need to be explicitly enabled.
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.