From 80ae6f5014f7c2b603883d362cb3c24d24eebf61 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Thu, 31 Oct 2024 10:03:12 +0800 Subject: [PATCH] flake: add paramiko ed25519 dependencies --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0014dee63..97edc8f6e 100644 --- a/flake.nix +++ b/flake.nix @@ -467,7 +467,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