do not use __impure (breaks hydra)

pull/86/head
Sebastien Bourdeauducq 2022-06-04 13:30:38 +08:00
parent 76f691b641
commit 46f6e33837
2 changed files with 4 additions and 2 deletions

View File

@ -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 ]))

View File

@ -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