summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authoricecodder <git@icecodder.me>2023-01-15 15:46:01 +0100
committericecodder <git@icecodder.me>2023-01-15 15:46:01 +0100
commitbc5d94aeb8fab38a77a419c49a5a51d841764f67 (patch)
tree7d8eac1ea845c3211dc443c23739752b53063c1d /shell.nix
parent45d25c68dcffa822a5460ea7ee19aad97c855a74 (diff)
add zlib deps
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
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
];
}