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.
core0-buffer
Sebastien Bourdeauducq 2020-04-28 15:02:59 +08:00
parent f562ff95c3
commit 848cd28d44
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ in
rustPlatform.rust.rustc
rustPlatform.rust.cargo
rustcSrc
pkgs.cacert
pkgs.cargo-xbuild
pkgs.openocd
pkgs.gdb
pkgs.openssh pkgs.rsync
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
vivado