diff --git a/artiq-full.nix b/artiq-full.nix index 4e4e013..3306bef 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -212,8 +212,6 @@ let # This is in the example in the ARTIQ manual - precompile it to speed up # installation for users. matplotlib-qt = pkgs.lib.hydraJob (pkgs.python3Packages.matplotlib.override { enableQt = true; }); - # For Raspberry Pi JTAG servers - openocd-aarch64 = pkgs.lib.hydraJob ((import { system = "aarch64-linux"; }).callPackage ./artiq-fast/pkgs/openocd.nix {}); }; in builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs // {