From 35bb210c9aced65795ba09a5ed30e9d28a89dc3b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 5 Jun 2022 00:03:43 +0200 Subject: initial hacking --- 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..e010081 --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + buildInputs = [ pkgs.zlib pkgs.openssh ]; +} -- cgit v1.2.3