Skip to content

Commit

Permalink
Merge pull request #1090 from disneystreaming/nix-flakeadd-zlib
Browse files Browse the repository at this point in the history
Add zlib to flake.nix
  • Loading branch information
Baccata authored Jul 17, 2023
2 parents 16309a0 + af1de66 commit d7d2c05
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 d7d2c05

Please sign in to comment.