From cbb1ab3c878bf8bcd8402ae8057e0596621c116a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 20 Aug 2023 12:31:11 +0200 Subject: [PATCH] add R with libraries --- yodaTux/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/yodaTux/configuration.nix b/yodaTux/configuration.nix index aee6bb1..c1ba1f9 100644 --- a/yodaTux/configuration.nix +++ b/yodaTux/configuration.nix @@ -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