From 88e1a66890febc998976f2e3725c78655572d1f0 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 16 Dec 2020 17:55:31 +0100 Subject: [PATCH] Initial commit --- shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..81c823e --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +{ pkgs ? import {} }: + +with pkgs; + +mkShell { + buildInputs = [ + + ]; +}