From 1b8408dd140e2cb25150492a0347482f8186eb9c Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 8 Mar 2021 19:01:40 +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 = [ + + ]; +}