forked from M-Labs/artiq-zynq
flake: support impure derivation for HITL tests
This commit is contained in:
parent
191a22f506
commit
fa1f300067
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue