From 5f6a5cd8195b4cd54cc81ecd6978b00ac7c90c97 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 31 Jul 2022 00:14:47 +0200 Subject: hacky hack json --- shell.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..59095f3 --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +with import {}; + +mkShell { + buildInputs = [ openssl openssl.dev pkg-config ]; +} -- cgit v1.2.3