dev: add quarto and python tools

This commit is contained in:
Michael Thomas 2024-12-14 11:59:25 -05:00
parent fa9f5cf943
commit efe3619c3d
2 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@
}) })
pkg-config pkg-config
openssl openssl
# R # Markdown
quarto quarto
] ]
++ lib.optional pkgs.stdenv.isDarwin pkgs.libiconv ++ lib.optional pkgs.stdenv.isDarwin pkgs.libiconv

View File

@ -82,6 +82,10 @@ in {
# R # R
reditorsupport.r reditorsupport.r
quarto.quarto quarto.quarto
# Python
ms-python.python
ms-toolsai.jupyter
]; ];
}; };
}; };