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; })