small fixes, nixpkgs-fmt
This commit is contained in:
parent
e8ed378623
commit
090acb6881
7 changed files with 55 additions and 20 deletions
|
@ -2,12 +2,14 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(rWrapper.override{ packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
]; })
|
||||
(rWrapper.override {
|
||||
packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
];
|
||||
})
|
||||
gnuplot
|
||||
graphicsmagick
|
||||
zotero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue