switch rust toolchain to stable
This commit is contained in:
parent
4b64c62ebc
commit
b25d2b44a3
3 changed files with 18 additions and 19 deletions
|
@ -2,15 +2,12 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (rWrapper.override{ packages = with rPackages; [
|
||||
# ggplot2
|
||||
# swirl
|
||||
# languageserver
|
||||
# dplyr
|
||||
# data_table
|
||||
# ]; })
|
||||
#(rstudioWrapper.override{ packages = with rPackages; [ ggplot2 ]; })
|
||||
texlive.combined.scheme-full
|
||||
(rWrapper.override{ packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
]; })
|
||||
gnuplot
|
||||
graphicsmagick
|
||||
zotero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue