diff options
Diffstat (limited to 'ripple/shell.nix')
-rw-r--r-- | ripple/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ripple/shell.nix b/ripple/shell.nix index 96ed84f..cc9c44e 100644 --- a/ripple/shell.nix +++ b/ripple/shell.nix @@ -22,6 +22,9 @@ mkShell { # needed by fuser pkgconfig fuse + + # needed by git2 + openssl ]; # needed by prost-build |