diff --git a/generic/rust/shell.nix b/generic/rust/shell.nix index 3b8abfa..2952318 100644 --- a/generic/rust/shell.nix +++ b/generic/rust/shell.nix @@ -21,9 +21,16 @@ # Commonly used libraries , pkg-config +, bzip2 +, curl +, libgit2 +, libssh2 +, lz4 , openssl -, zstd +, sqlite , systemdLibs +, zlib +, zstd }: mkShell { packages = [ @@ -37,9 +44,16 @@ mkShell { ]; buildInputs = [ + bzip2 + curl + libgit2 + libssh2 + lz4 openssl - zstd + sqlite systemdLibs + zlib + zstd ]; env = {