nix: add paramiko to boards environment for lightweight flashing

This commit is contained in:
Charles Baynham 2024-09-06 13:33:58 +01:00 committed by Sébastien Bourdeauducq
parent 0c1ffa9f4f
commit 5912142836
1 changed files with 1 additions and 1 deletions

View File

@ -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