mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-23 01:53:14 -04:00
hopefully R fix
This commit is contained in:
parent
458332a141
commit
62f456ed46
2 changed files with 2 additions and 7 deletions
|
|
@ -13,15 +13,10 @@
|
|||
})
|
||||
(lib.mkIf (config.cats.r or false) {
|
||||
RNVIM_COMPLDIR = "$PWD/.r-compl";
|
||||
R_LIBS_USER = "$PWD/.r-libs";
|
||||
TMPDIR = "$PWD/.r-tmp";
|
||||
})
|
||||
];
|
||||
|
||||
# Environment variables with defaults (can be overridden by user)
|
||||
config.envDefault = lib.mkMerge [
|
||||
(lib.mkIf (config.cats.r or false) {
|
||||
R_LIBS_USER = "$PWD/.r-libs";
|
||||
})
|
||||
];
|
||||
config.envDefault = lib.mkMerge [ ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue