diff --git a/shell.nix b/shell.nix deleted file mode 100644 index a397ffe5..00000000 --- a/shell.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs ? import {} }: -pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - yarn - ]; -}