mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added env vars
This commit is contained in:
parent
5acc6c196e
commit
785cdaaa91
3 changed files with 11 additions and 4 deletions
2
templates/ed/.gitignore
vendored
Normal file
2
templates/ed/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
.nvimcom
|
||||||
|
*.R
|
||||||
6
templates/ed/flake.lock
generated
6
templates/ed/flake.lock
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue