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
firefox
gcc
gdb
gnumake
gruvbox-dark-icons-gtk
helix
htop

View file

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

View file

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

View file

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