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

@ -17,12 +17,10 @@
clang clang
clang-tools clang-tools
direnv direnv
# (nix-direnv.override { enableFlakes = true; })
sops sops
nil nil
nixpkgs-fmt nixpkgs-fmt
nix-index nix-index
julia
kicad kicad
freecad-wayland freecad-wayland
imhex imhex

View file

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