support impure derivation for HITL tests

pull/86/head
Sebastien Bourdeauducq 2022-05-26 12:06:39 +08:00
parent eddcdb4043
commit 8e0ff1d2ff
2 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@ in
extended-tests = pkgs.stdenv.mkDerivation {
name = "extended-tests";
# requires patched Nix
__networked = true;
__networked = true; # compatibility with old patched Nix
__impure = true; # Nix 2.8+
buildInputs = [
(pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ]))

View File

@ -21,8 +21,8 @@ in
zc706-hitl-tests = pkgs.lib.hydraJob (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 artiq-fast.artiq artiq-fast.artiq-netboot