From a67c87d0c84c10660b092ab5d7331c359636afe7 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 26 Apr 2021 17:49:50 +0200 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 = [ + + ]; +}