From d00a83c5ebe1ab709a6304fafe6be160cd7f9527 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 15 Oct 2020 16:16:03 +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 2cc7795..5ce31c9 100644 --- a/shell.nix +++ b/shell.nix @@ -21,7 +21,7 @@ in pkgs.openocd pkgs.openssh pkgs.rsync - (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc ]))) + (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq-netboot ]))) vivado (import "${zynq-rs}/nix/mkbootimage.nix" { inherit pkgs; })