diff --git a/pkgs/stretchy-spaces/default.nix b/pkgs/stretchy-spaces/default.nix deleted file mode 100644 index 20a26db..0000000 --- a/pkgs/stretchy-spaces/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ vscode-utils }: - -vscode-utils.buildVscodeMarketplaceExtension { - mktplcRef = { - publisher = "kylepaulsen"; - name = "stretchy-spaces"; - version = "0.1.0"; - sha256 = "sha256-1Ih0wv2RO4I346KSE2vv0y9lUGAYs+vL2lUdwGWy4XY="; - }; -}