Add openssl to idris shell
This commit is contained in:
parent
ec0c415b1b
commit
6077a6bf8f
|
@ -23,7 +23,7 @@
|
|||
"/share"
|
||||
];
|
||||
};
|
||||
libPackages = with pkgs; [ readline70 ];
|
||||
libPackages = with pkgs; [ readline70 openssl ];
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue