mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added nvimcom in nix
This commit is contained in:
parent
d2c52b5458
commit
2a0bf1a349
2 changed files with 19 additions and 4 deletions
21
rpkgs.nix
21
rpkgs.nix
|
|
@ -1,7 +1,22 @@
|
|||
pkgs:
|
||||
with pkgs;[
|
||||
pkgs: with pkgs.rPackages; [
|
||||
languageserver
|
||||
fixest
|
||||
dplyr
|
||||
ggplot2
|
||||
]
|
||||
(buildRPackage {
|
||||
name = "nvimcom";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "R-nvim";
|
||||
repo = "R.nvim";
|
||||
rev = "f30c3b2be9ca1a3c277c5e66f5612774cc3fbcf4";
|
||||
sha256 = "sha256-X5ZfbrG7FtGJpnMJ2b7FMY/OM9rIIliFSqnbtudZCZg=";
|
||||
};
|
||||
sourceRoot = "source/nvimcom";
|
||||
buildInputs = with pkgs; [
|
||||
R
|
||||
gcc
|
||||
gnumake
|
||||
];
|
||||
propagatedBuildInputs = [ ];
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue