remove compilers/interpreters from tools
This commit is contained in:
parent
6b472b8b02
commit
b886759a47
2 changed files with 0 additions and 11 deletions
|
@ -17,12 +17,10 @@
|
|||
clang
|
||||
clang-tools
|
||||
direnv
|
||||
# (nix-direnv.override { enableFlakes = true; })
|
||||
sops
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
nix-index
|
||||
julia
|
||||
kicad
|
||||
freecad-wayland
|
||||
imhex
|
||||
|
|
|
@ -1,17 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(rWrapper.override {
|
||||
packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
];
|
||||
})
|
||||
gnuplot
|
||||
zotero
|
||||
python3Full
|
||||
paraview
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue