From ac4887ea33fe6c9ccbc602b2e45ce8f92c002046 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Jun 2022 13:31:07 +0800 Subject: [PATCH] flake: do not use __impure (breaks hydra) --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f5d7b7b0..17d2e5ee 100644 --- a/flake.nix +++ b/flake.nix @@ -271,7 +271,8 @@ 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 artiqpkgs.artiq artiq-netboot zynqpkgs.zc706-szl