commit e26729d6e3b7e309889f005b466902546d7f3a7b Author: coolneng Date: Tue Jun 22 01:30:06 2021 +0200 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 = [ + + ]; +}