forked from M-Labs/artiq-zynq
flake: do not use __impure (breaks hydra)
This commit is contained in:
parent
edf1999bb2
commit
ac4887ea33
|
@ -271,7 +271,8 @@
|
||||||
name = "zc706-hitl-tests";
|
name = "zc706-hitl-tests";
|
||||||
|
|
||||||
__networked = true; # compatibility with old patched Nix
|
__networked = true; # compatibility with old patched Nix
|
||||||
__impure = true; # Nix 2.8+
|
# breaks hydra, https://github.com/NixOS/hydra/issues/1216
|
||||||
|
#__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