remove compilers/interpreters from tools

This commit is contained in:
Grisha Shipunov 2025-01-04 17:35:46 +01:00
parent 6b472b8b02
commit b886759a47
2 changed files with 0 additions and 11 deletions

View file

@ -1,17 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(rWrapper.override {
packages = with rPackages; [
ggplot2
swirl
dplyr
data_table
];
})
gnuplot
zotero
python3Full
paraview
];
}