do not use __impure (breaks hydra)
This commit is contained in:
parent
76f691b641
commit
46f6e33837
|
@ -60,7 +60,8 @@ in
|
|||
name = "extended-tests";
|
||||
|
||||
__networked = true; # compatibility with old patched Nix
|
||||
__impure = true; # Nix 2.8+
|
||||
# breaks hydra, https://github.com/NixOS/hydra/issues/1216
|
||||
#__impure = true; # Nix 2.8+
|
||||
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ]))
|
||||
|
|
|
@ -22,7 +22,8 @@ in
|
|||
name = "zc706-hitl-tests";
|
||||
|
||||
__networked = true; # compatibility with old patched Nix
|
||||
__impure = true; # Nix 2.8+
|
||||
# breaks hydra, https://github.com/NixOS/hydra/issues/1216
|
||||
#__impure = true; # Nix 2.8+
|
||||
|
||||
buildInputs = [
|
||||
pkgs.netcat pkgs.openssh pkgs.rsync artiq-fast.artiq artiq-fast.artiq-netboot
|
||||
|
|
Loading…
Reference in New Issue