From: icecodder Date: Sun, 15 Jan 2023 14:46:01 +0000 (+0100) Subject: add zlib deps X-Git-Tag: v0.1.1~21 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bc5d94aeb8fab38a77a419c49a5a51d841764f67;p=matthieu%2Fnova.git add zlib deps --- diff --git a/shell.nix b/shell.nix index b55f1a7..31f7ee0 100644 --- a/shell.nix +++ b/shell.nix @@ -15,5 +15,6 @@ mkShell { gnumake protobuf rustc + zlib ]; }