mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-07-07 16:08:22 -04:00
hopefully R fix
This commit is contained in:
parent
62f456ed46
commit
aec9110e70
1 changed files with 6 additions and 0 deletions
|
|
@ -32,4 +32,10 @@
|
|||
|
||||
# Enable wrapper handling of spec runtimeDeps (template pattern).
|
||||
config.settings.autowrapRuntimeDeps = true;
|
||||
|
||||
# The wrapper library currently emits runtime PATH additions via `suffixVar`,
|
||||
# which lets host-level tools in `/usr/local/bin` win inside `nix run`.
|
||||
# Mirror those additions into `prefixVar` so wrapped Neovim resolves the
|
||||
# Nix-provided toolchain first while preserving existing wrapper behavior.
|
||||
config.prefixVar = lib.mkAfter config.suffixVar;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue