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
|
||||||
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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue