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