mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Removed nvimcom
It seems to work best when installed directly from nvim with R.nvim loaded. The package asks to install it when it is not present. I set a local `.Rlibs` folder to install into via the `R_LIBS_USER` environment variable. This needs to be deleted when R is updated or leads to a segfault when using nix due to wrong permissions.
This commit is contained in:
parent
1be041433c
commit
a5b3147342
2 changed files with 0 additions and 10 deletions
|
|
@ -90,8 +90,6 @@
|
|||
src = fetchfromGitHubJSONFile ./versions/musicMetadata.json;
|
||||
};
|
||||
|
||||
## N
|
||||
|
||||
## S
|
||||
summclust = prev.rPackages.buildRPackage {
|
||||
name = "summclust";
|
||||
|
|
@ -154,11 +152,6 @@
|
|||
franUpdate
|
||||
];
|
||||
};
|
||||
newPkg = pkgs.mkShell {
|
||||
packages = with self.packages."${system}"; [
|
||||
franUpdate
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue