flake: support impure derivation for HITL tests

pull/193/head
Sebastien Bourdeauducq 2022-05-26 12:07:35 +08:00
parent 191a22f506
commit fa1f300067
1 changed files with 2 additions and 2 deletions

View File

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