From e26729d6e3b7e309889f005b466902546d7f3a7b Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 22 Jun 2021 01:30:06 +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 = [ + + ]; +}