mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add R with libraries
This commit is contained in:
parent
9d31e204d8
commit
cbb1ab3c87
@ -103,6 +103,17 @@
|
||||
# CLI Apps
|
||||
git
|
||||
|
||||
# CCC Weather Workshop
|
||||
#
|
||||
# TODO: rdwd from Git, the packaged version is too old
|
||||
#
|
||||
# TODO: move to nix shell of weather Git repository
|
||||
# (think of it as a docker container for the weather project: I don't need this elsewhere)
|
||||
# https://github.com/nix-community/nix-direnv
|
||||
#
|
||||
unzip
|
||||
(rWrapper.override{ packages = with rPackages; [ lubridate rdwd zoo ]; })
|
||||
|
||||
# Graphical Apps
|
||||
firefox
|
||||
thunderbird # email
|
||||
|
Loading…
Reference in New Issue
Block a user