2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

flake: support impure derivation for HITL test

This commit is contained in:
Sebastien Bourdeauducq 2022-05-26 12:00:40 +08:00
parent 18a08954c1
commit d478086119

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