1
0
forked from M-Labs/artiq

flake: add paramiko ed25519 dependencies

This commit is contained in:
Florian Agbuya 2024-10-31 10:03:12 +08:00 committed by Sebastien Bourdeauducq
parent 986ba92c74
commit 80ae6f5014

View File

@ -467,7 +467,11 @@
#__impure = true; # Nix 2.8+ #__impure = true; # Nix 2.8+
buildInputs = [ buildInputs = [
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq ps.paramiko ])) (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [
artiq
ps.paramiko
] ++ ps.paramiko.optional-dependencies.ed25519
))
pkgs.llvm_15 pkgs.llvm_15
pkgs.lld_15 pkgs.lld_15
pkgs.openssh pkgs.openssh