From aa9a3ec77c0e31c326347f57af904b8302d2685a Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Sat, 16 Mar 2024 03:48:33 +0800 Subject: [PATCH] Nix: Add `openssh` as a build input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d2d1b3a93a5..4fba5310ffb 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,7 @@ openssh ] ++ linuxNativeDeps; buildInputs = with pkgs; [ - openssl zstd libgit2 + openssl zstd libgit2 openssh ] ++ darwinDeps; ZSTD_SYS_USE_PKG_CONFIG = "1";