added env vars

This commit is contained in:
Daniel Winkler 2026-01-31 02:38:45 +11:00
commit 785cdaaa91
3 changed files with 11 additions and 4 deletions

2
templates/ed/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.nvimcom
*.R

View file

@ -51,11 +51,11 @@
"wrappers": "wrappers" "wrappers": "wrappers"
}, },
"locked": { "locked": {
"lastModified": 1769773342, "lastModified": 1769787248,
"narHash": "sha256-eHU4lhLWfCTTG3Wyn1M35PHxUcY+pILoTPwvyJ3X1jI=", "narHash": "sha256-skscpI6AkHV93iecNah21HSVr59AEGimA51kmQ7UOtg=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "nvimConfig", "repo": "nvimConfig",
"rev": "8d183d78effd3d33398819f8eb2f6d673d46d4c1", "rev": "f0d0d3c4ec0c0345508ac3217ec9bf999335fef4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -31,7 +31,7 @@
nix = true; nix = true;
optional = false; optional = false;
python = false; python = false;
r = false; r = true;
}; };
settings = let settings = let
@ -81,6 +81,11 @@
}; };
binName = "vv"; binName = "vv";
env = {
IS_PROJECT_EDITOR = "1";
R_LIBS_USER = "./.nvimcom";
};
specs.extraLua = let specs.extraLua = let
name = builtins.baseNameOf (builtins.toString ./.); name = builtins.baseNameOf (builtins.toString ./.);
in { in {