forked from M-Labs/artiq
flake: support impure derivation for HITL test
This commit is contained in:
parent
18a08954c1
commit
d478086119
|
@ -448,8 +448,8 @@
|
|||
kc705-hitl = pkgs.stdenv.mkDerivation {
|
||||
name = "kc705-hitl";
|
||||
|
||||
# requires patched Nix
|
||||
__networked = true;
|
||||
__networked = true; # compatibility with old patched Nix
|
||||
__impure = true; # Nix 2.8+
|
||||
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq ps.paramiko ]))
|
||||
|
|
Loading…
Reference in New Issue