mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
flake: add paramiko ed25519 dependencies
This commit is contained in:
parent
65d20b7857
commit
b4085312b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user