forked from M-Labs/nix-scripts
artiq-full: remove openocd-aarch64 (now handled via nixops)
This commit is contained in:
parent
392e3dcb8e
commit
e4a9bd5d6b
|
@ -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 <nixpkgs> { system = "aarch64-linux"; }).callPackage ./artiq-fast/pkgs/openocd.nix {});
|
||||
};
|
||||
in
|
||||
builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs // {
|
||||
|
|
Loading…
Reference in New Issue