diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..8f823af --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +{ pkgs ? import { } }: +with pkgs; mkShell { + buildInputs = [ + nodejs-14_x + python39 + gnumake + gcc + ]; +}