cambia estructura de shenvs
This commit is contained in:
parent
d39293e0da
commit
f26bc7d34e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
shenvs: {
|
shenvs: {
|
||||||
gcKeep = with shenvs; [
|
gcKeep = with shenvs; [
|
||||||
armasm
|
|
||||||
anpi
|
anpi
|
||||||
jupyter
|
c
|
||||||
mad
|
mad
|
||||||
|
octave
|
||||||
tcrb
|
tcrb
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,5 @@ pkgs: {
|
||||||
sympy
|
sympy
|
||||||
matplotlib
|
matplotlib
|
||||||
]))
|
]))
|
||||||
ghc
|
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
Reference in a new issue