mirror of https://github.com/m-labs/artiq.git
nix: add paramiko to boards environment for lightweight flashing
This commit is contained in:
parent
0c1ffa9f4f
commit
5912142836
|
@ -428,7 +428,7 @@
|
|||
devShells.x86_64-linux.boards = pkgs.mkShell {
|
||||
name = "artiq-boards-shell";
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.packaging ]))
|
||||
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.packaging ps.paramiko ]))
|
||||
rust
|
||||
pkgs.llvmPackages_15.clang-unwrapped
|
||||
pkgs.llvm_15
|
||||
|
|
Loading…
Reference in New Issue