]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add zlib deps
authoricecodder <git@icecodder.me>
Sun, 15 Jan 2023 14:46:01 +0000 (15:46 +0100)
committericecodder <git@icecodder.me>
Sun, 15 Jan 2023 14:46:01 +0000 (15:46 +0100)
shell.nix

index b55f1a7080eb0ac54a496fa955eae80bfa7e9b46..31f7ee04339a555c2e7ae87f854ca8a8522bd521 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -15,5 +15,6 @@ mkShell {
                gnumake
                protobuf
                rustc
+               zlib
        ];
 }