pkgs: Remove dev packages

This commit is contained in:
Sweetbread 2025-01-08 02:04:01 +03:00
parent 2a6196cc70
commit dfa96985d6

View File

@ -4,14 +4,5 @@
jetbrains.pycharm-community
jetbrains.idea-community
android-studio
] ++ ( with pkgs; [
cmake
gnumake
nodejs
(python3.withPackages (ps: with ps; [ requests bpython ]))
python311Packages.pip
rocmPackages.llvm.clang-tools-extra
rocmPackages.llvm.clang
ncurses
]);
];
}