From e8945c64e99e4b2ce45b49c2ddbc657224988785 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 20 Apr 2024 03:12:32 +0200 Subject: use direnv for dependencies --- 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..8c58e9d --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +with import {}; + +mkShell { + buildInputs = [ pkg-config openssl zlib postgresql ]; +} -- cgit v1.2.3