nodePackages.prettier-plugin-toml: drop (#392478)
This commit is contained in:
@@ -171,6 +171,7 @@ mapAliases {
|
||||
inherit (pkgs) pm2; # added 2024-01-22
|
||||
inherit (pkgs) pnpm; # added 2024-06-26
|
||||
prettier_d_slim = pkgs.prettier-d-slim; # added 2023-09-14
|
||||
prettier-plugin-toml = throw "prettier-plugin-toml was removed because it provides no executable"; # added 2025-03-23
|
||||
inherit (pkgs) prisma; # added 2024-08-31
|
||||
inherit (pkgs) pxder; # added 2023-09-26
|
||||
inherit (pkgs) quicktype; # added 2023-09-09
|
||||
|
||||
@@ -132,7 +132,6 @@
|
||||
, "postcss-cli"
|
||||
, "prebuild-install"
|
||||
, "prettier"
|
||||
, "prettier-plugin-toml"
|
||||
, "@prisma/language-server"
|
||||
, "pscid"
|
||||
, "pulp"
|
||||
|
||||
-23
@@ -61563,29 +61563,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
prettier-plugin-toml = nodeEnv.buildNodePackage {
|
||||
name = "prettier-plugin-toml";
|
||||
packageName = "prettier-plugin-toml";
|
||||
version = "2.0.2";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.2.tgz";
|
||||
sha512 = "tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."@taplo/core-0.1.1"
|
||||
sources."@taplo/lib-0.4.0-alpha.2"
|
||||
sources."prettier-3.5.3"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "An opinionated `toml` formatter plugin for Prettier";
|
||||
homepage = "https://github.com/un-ts/prettier/tree/master/packages/toml";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"@prisma/language-server" = nodeEnv.buildNodePackage {
|
||||
name = "_at_prisma_slash_language-server";
|
||||
packageName = "@prisma/language-server";
|
||||
|
||||
Reference in New Issue
Block a user