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 {
|
devShells.x86_64-linux.boards = pkgs.mkShell {
|
||||||
name = "artiq-boards-shell";
|
name = "artiq-boards-shell";
|
||||||
buildInputs = [
|
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
|
rust
|
||||||
pkgs.llvmPackages_15.clang-unwrapped
|
pkgs.llvmPackages_15.clang-unwrapped
|
||||||
pkgs.llvm_15
|
pkgs.llvm_15
|
||||||
|
|
Loading…
Reference in New Issue