vimPlugins.aider-nvim: avoid using prime (')

For some reason, it breaks keep-sorted. Also `aider-chat` does not have
`aider` binary.
This commit is contained in:
Perchun Pak
2026-04-09 14:29:56 +02:00
parent 8f143dd434
commit 75fc4e3dae
@@ -194,7 +194,9 @@ assertNoAdditions {
aider-nvim = super.aider-nvim.overrideAttrs {
patches = [
(replaceVars ./patches/aider-nvim/bin.patch { aider = lib.getExe' aider-chat "aider"; })
(replaceVars ./patches/aider-nvim/bin.patch {
aider = lib.getExe aider-chat;
})
];
};