From 1695076baffffec804598594436709dfa275b708 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 15 Oct 2020 16:16:45 +0800 Subject: [PATCH] shell.nix: add artiq-netboot --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index a9d0080b..cdca26e2 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 ]))) + (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ]))) vivado artiqpkgs.binutils-arm