summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorstuebinm2022-07-31 00:14:47 +0200
committerstuebinm2022-07-31 00:14:47 +0200
commit5f6a5cd8195b4cd54cc81ecd6978b00ac7c90c97 (patch)
tree058bc89139b2714d6667f318a3162711fb77341f /shell.nix
hacky hack jsonHEADmain
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
1 files changed, 5 insertions, 0 deletions
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 <nixpkgs> {};
+
+mkShell {
+ buildInputs = [ openssl openssl.dev pkg-config ];
+}