mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -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;
|
||||
optional = false;
|
||||
python = false;
|
||||
r = true;
|
||||
r = false;
|
||||
};
|
||||
|
||||
settings = let
|
||||
|
|
@ -86,6 +86,10 @@
|
|||
R_LIBS_USER = "./.nvimcom";
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
cowsay
|
||||
];
|
||||
|
||||
specs.extraLua = let
|
||||
name = builtins.baseNameOf (builtins.toString ./.);
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue