mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Moved to flake templates
This commit is contained in:
parent
0451e5cba4
commit
d1c00ee15c
5 changed files with 80 additions and 68 deletions
22
templates/r/rpkgs.nix
Normal file
22
templates/r/rpkgs.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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