From 46f6e33837f823fdfb5648e3b18f4c1008a5f4da Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Jun 2022 13:30:38 +0800 Subject: [PATCH] do not use __impure (breaks hydra) --- artiq-fast.nix | 3 ++- artiq-zynq.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/artiq-fast.nix b/artiq-fast.nix index 5ea4562..3b621cf 100644 --- a/artiq-fast.nix +++ b/artiq-fast.nix @@ -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 ])) diff --git a/artiq-zynq.nix b/artiq-zynq.nix index c778ed3..c8fc6bd 100644 --- a/artiq-zynq.nix +++ b/artiq-zynq.nix @@ -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