flake: do not use __impure (breaks hydra)

This commit is contained in:
Sebastien Bourdeauducq 2022-06-04 10:32:02 +08:00
parent 68ef0073ea
commit e702624720
1 changed files with 2 additions and 1 deletions

View File

@ -449,7 +449,8 @@
name = "kc705-hitl";
__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 = [
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq ps.paramiko ]))