mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added fran
This commit is contained in:
parent
df0a95b35a
commit
dcc5a73ee4
2 changed files with 39 additions and 13 deletions
|
|
@ -18,7 +18,7 @@
|
|||
enabledLanguages = {
|
||||
julia = false;
|
||||
python = false;
|
||||
r = false;
|
||||
r = true;
|
||||
};
|
||||
## Enable packages
|
||||
enabledPackages = {
|
||||
|
|
@ -60,18 +60,10 @@
|
|||
reprex
|
||||
styler
|
||||
tidyverse
|
||||
(buildRPackage {
|
||||
name = "nvimcom";
|
||||
src = inputs.plugins-r;
|
||||
sourceRoot = "source/nvimcom";
|
||||
buildInputs = with prev.rpkgs; [
|
||||
R
|
||||
stdenv.cc.cc
|
||||
gnumake
|
||||
];
|
||||
propagatedBuildInputs = [];
|
||||
})
|
||||
];
|
||||
] ++ (with final.extraRPackages;[
|
||||
nvimcom
|
||||
httpgd
|
||||
] );
|
||||
in {
|
||||
quarto = final.rpkgs.quarto.override {extraRPackages = reqPkgs;};
|
||||
rWrapper = final.rpkgs.rWrapper.override {packages = reqPkgs;};
|
||||
|
|
@ -299,6 +291,7 @@
|
|||
(utils.standardPluginOverlay inputs)
|
||||
extraPkgOverlay
|
||||
rixOverlay
|
||||
inputs.fran.overlays.default
|
||||
rOverlay
|
||||
pythonOverlay
|
||||
projectScriptsOverlay
|
||||
|
|
@ -647,11 +640,20 @@
|
|||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
rixpkgs.follows = "rixpkgs";
|
||||
fran.follows = "fran";
|
||||
plugins-cmp-pandoc-references.follows = "plugins-cmp-pandoc-references";
|
||||
plugins-cmp-r.follows = "plugins-cmp-r";
|
||||
plugins-r.follows = "plugins-r";
|
||||
};
|
||||
};
|
||||
## Extra R packages
|
||||
fran = {
|
||||
url = "github:dwinkler1/fran";
|
||||
inputs = {
|
||||
nixpkgs.follows = "rixpkgs";
|
||||
nvimcom.follows = "plugins-r";
|
||||
};
|
||||
};
|
||||
## Git Plugins
|
||||
"plugins-r" = {
|
||||
url = "github:R-nvim/R.nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue