mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
allow extra runtime deps
This commit is contained in:
parent
a337a9cf1e
commit
0d7caccf06
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
nix = true;
|
nix = true;
|
||||||
optional = false;
|
optional = false;
|
||||||
python = false;
|
python = false;
|
||||||
r = true;
|
r = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = let
|
settings = let
|
||||||
|
|
@ -86,6 +86,10 @@
|
||||||
R_LIBS_USER = "./.nvimcom";
|
R_LIBS_USER = "./.nvimcom";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
cowsay
|
||||||
|
];
|
||||||
|
|
||||||
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