From 8ef47374917695405af83c349be57c192ca23f93 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 9 Sep 2024 12:20:13 -0400 Subject: [PATCH] feat(dev): add R packages --- user/modules/dev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/modules/dev.nix b/user/modules/dev.nix index ab29cc1..7982cc5 100644 --- a/user/modules/dev.nix +++ b/user/modules/dev.nix @@ -26,6 +26,8 @@ }) pkg-config openssl + # R + quarto ] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ CoreFoundation