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 {
|
zc706-hitl-tests = pkgs.stdenv.mkDerivation {
|
||||||
name = "zc706-hitl-tests";
|
name = "zc706-hitl-tests";
|
||||||
|
|
||||||
# requires patched Nix
|
__networked = true; # compatibility with old patched Nix
|
||||||
__networked = true;
|
__impure = true; # Nix 2.8+
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.netcat pkgs.openssh pkgs.rsync artiqpkgs.artiq artiq-netboot zynqpkgs.zc706-szl
|
pkgs.netcat pkgs.openssh pkgs.rsync artiqpkgs.artiq artiq-netboot zynqpkgs.zc706-szl
|
||||||
|
|
Loading…
Reference in New Issue