forked from M-Labs/artiq-zynq
shell.nix: remove openocd/gdb
Regular development flow is with remote_run.sh, and those packages are easy to install manually if needed. Also make the environment complete and usable in nix-shell --pure.
This commit is contained in:
parent
f562ff95c3
commit
848cd28d44
|
@ -34,10 +34,10 @@ in
|
||||||
rustPlatform.rust.rustc
|
rustPlatform.rust.rustc
|
||||||
rustPlatform.rust.cargo
|
rustPlatform.rust.cargo
|
||||||
rustcSrc
|
rustcSrc
|
||||||
|
pkgs.cacert
|
||||||
pkgs.cargo-xbuild
|
pkgs.cargo-xbuild
|
||||||
|
|
||||||
pkgs.openocd
|
pkgs.openssh pkgs.rsync
|
||||||
pkgs.gdb
|
|
||||||
|
|
||||||
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
||||||
vivado
|
vivado
|
||||||
|
|
Loading…
Reference in New Issue