commit 1b8408dd140e2cb25150492a0347482f8186eb9c Author: coolneng Date: Mon Mar 8 19:01:40 2021 +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 = [ + + ]; +}