From a915745a92320c5dca23e9b0f9f01ffaa21394e4 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Fri, 1 Mar 2024 16:14:40 +1000 Subject: [PATCH] shell: added zlib --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 5611752..fdae90f 100644 --- a/shell.nix +++ b/shell.nix @@ -10,5 +10,6 @@ with pkgs; stylish-haskell # A simple Haskell code prettifier tea # Gitea official CLI client treefmt # one CLI to format the code tree + zlib # Lossless data-compression library ]; }