commit a67c87d0c84c10660b092ab5d7331c359636afe7 Author: coolneng Date: Mon Apr 26 17:49:50 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 = [ + + ]; +}