remove artiq-extras from artiq-fast

split-software-gateware-builds
Sebastien Bourdeauducq 2019-07-17 20:27:03 +08:00
parent 11608e139c
commit c4b57f341b
1 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,6 @@ let
artiq-env = (pkgs.python3.withPackages(ps: [ artiq ])).overrideAttrs (oldAttrs: { name = "${pkgs.python3.name}-artiq-env-${artiq.version}"; });
openocd = callPackage ./pkgs/openocd.nix {};
conda-artiq = import ./conda-artiq.nix { inherit pkgs; };
} // boardPackages;
extraPackages = import ./artiq-extras.nix { inherit pkgs; inherit (mainPackages) asyncserial artiq; };
};
in
mainPackages // extraPackages
mainPackages // boardPackages