Add openssl to idris shell

This commit is contained in:
Nathan McCarty 2025-01-08 20:30:38 -05:00
parent ec0c415b1b
commit 6077a6bf8f

View file

@ -23,7 +23,7 @@
"/share" "/share"
]; ];
}; };
libPackages = with pkgs; [ readline70 ]; libPackages = with pkgs; [ readline70 openssl ];
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = buildInputs =