From fa1f30006710fddb74907fefdb6923e36120c54d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 26 May 2022 12:07:35 +0800 Subject: [PATCH] flake: support impure derivation for HITL tests --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2107881..340540b 100644 --- a/flake.nix +++ b/flake.nix @@ -270,8 +270,8 @@ zc706-hitl-tests = pkgs.stdenv.mkDerivation { name = "zc706-hitl-tests"; - # requires patched Nix - __networked = true; + __networked = true; # compatibility with old patched Nix + __impure = true; # Nix 2.8+ buildInputs = [ pkgs.netcat pkgs.openssh pkgs.rsync artiqpkgs.artiq artiq-netboot zynqpkgs.zc706-szl