Skip to content

Commit

Permalink
Add zlib to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jul 16, 2023
1 parent 457333f commit af1de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
devShells.default = pkgs.mkShell {
buildInputs = map (pkgName: pkgs.${pkgName}) shellPackages;
nativeBuildInputs = [ pkgs.openssl ];
nativeBuildInputs = [ pkgs.openssl pkgs.zlib ];
welcomeMessage = ''
Welcome to the smithy4s Nix shell! 👋
Available packages:
Expand Down

0 comments on commit af1de66

Please sign in to comment.