cambia estructura de shenvs

This commit is contained in:
Fabián Montero 2022-06-20 02:43:17 -06:00
parent d39293e0da
commit f26bc7d34e
4 changed files with 7 additions and 5 deletions

View file

@ -9,8 +9,6 @@ pkgs: with pkgs; [
file file
firefox firefox
gcc gcc
gdb
gnumake
gruvbox-dark-icons-gtk gruvbox-dark-icons-gtk
helix helix
htop htop

View file

@ -1,8 +1,13 @@
pkgs: { pkgs: {
paths = with pkgs; [ paths = with pkgs; [
binutils
gdb
gcc
gcc-arm-embedded gcc-arm-embedded
gnumake gnumake
lldb
openocd openocd
qemu qemu
valgrind
]; ];
} }

View file

@ -1,9 +1,9 @@
shenvs: { shenvs: {
gcKeep = with shenvs; [ gcKeep = with shenvs; [
armasm
anpi anpi
jupyter c
mad mad
octave
tcrb tcrb
]; ];
} }

View file

@ -10,6 +10,5 @@ pkgs: {
sympy sympy
matplotlib matplotlib
])) ]))
ghc
]; ];
} }