flake: support impure derivation for HITL test

pull/1903/head
Sebastien Bourdeauducq 2022-05-26 12:00:40 +08:00
parent 18a08954c1
commit d478086119
1 changed files with 2 additions and 2 deletions

View File

@ -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 ]))