flake: add paramiko ed25519 dependencies

This commit is contained in:
Florian Agbuya 2024-10-31 10:03:12 +08:00 committed by Sébastien Bourdeauducq
parent 65d20b7857
commit b4085312b0
1 changed files with 5 additions and 1 deletions

View File

@ -470,7 +470,11 @@
#__impure = true; # Nix 2.8+
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.lld_15
pkgs.openssh