diff --git a/shell.nix b/shell.nix new file mode 100644 index 00000000..7ee1b6b7 --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +with import {}; +stdenv.mkDerivation { + name = "react-bootstrap-shell"; + buildInputs = with pkgs; [ + nodePackages.create-react-app + nodejs + yarn + ]; +}