From 4c2c23fcdd515879ce6248cd165fb728cda408b8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 25 Jun 2021 16:03:26 +0800 Subject: [PATCH] shell.nix: install pyftdi (for POR GPIO) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index e73e6e29..a4a9c57b 100644 --- a/shell.nix +++ b/shell.nix @@ -22,7 +22,7 @@ in pkgs.openocd pkgs.openssh pkgs.rsync - (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ps.jsonschema ]))) + (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ps.jsonschema ps.pyftdi ]))) vivado artiqpkgs.binutils-arm