trying to understand undocumented 'previous hydra build' option

pull/16/head
Sebastien Bourdeauducq 2019-02-15 23:11:05 +08:00
parent e99e17db10
commit 68ff30051a
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{ pkgs ? import <nixpkgs> {}}:
let
artiq-board = import <mainChannel/artiq-board.nix> { inherit pkgs; };
conda-artiq-board = import <mainChannel/conda-artiq-board.nix> { inherit pkgs; };
mainBuild = import <mainBuild>;
#artiq-board = import <mainChannel/artiq-board.nix> { inherit pkgs; };
#conda-artiq-board = import <mainChannel/conda-artiq-board.nix> { inherit pkgs; };
target = "kasli";