commit 88e1a66890febc998976f2e3725c78655572d1f0 Author: coolneng Date: Wed Dec 16 17:55:31 2020 +0100 Initial commit 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 = [ + + ]; +}