nodePackages.@shopify/cli: drop
It fails to build with
Error: Failed to install package "@esbuild/linux-x64"
This commit is contained in:
@@ -49,6 +49,7 @@ mapAliases {
|
||||
"@mermaid-js/mermaid-cli" = pkgs.mermaid-cli; # added 2023-10-01
|
||||
"@nerdwallet/shepherd" = pkgs.shepherd; # added 2023-09-30
|
||||
"@nestjs/cli" = pkgs.nest-cli; # Added 2023-05-06
|
||||
"@shopify/cli" = throw "@shopify/cli has been removed because it was broken"; # added 2025-03-12
|
||||
"@tailwindcss/language-server" = pkgs.tailwindcss-language-server; # added 2024-01-22
|
||||
"@volar/vue-language-server" = pkgs.vue-language-server; # added 2024-06-15
|
||||
"@vue/language-server" = pkgs.vue-language-server; # added 2024-06-15
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
, "@babel/cli"
|
||||
, "@commitlint/cli"
|
||||
, "@microsoft/rush"
|
||||
, "@shopify/cli"
|
||||
, "@tailwindcss/aspect-ratio"
|
||||
, "@tailwindcss/forms"
|
||||
, "@tailwindcss/line-clamp"
|
||||
|
||||
-22
@@ -47851,28 +47851,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"@shopify/cli" = nodeEnv.buildNodePackage {
|
||||
name = "_at_shopify_slash_cli";
|
||||
packageName = "@shopify/cli";
|
||||
version = "3.75.4";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/@shopify/cli/-/cli-3.75.4.tgz";
|
||||
sha512 = "4+jcMOZiw6Nsm3007liTKA2inI9LwgM1HljCpLhT9aFMZZ+qqF1tbixBL08hbc1C44AuKsYuQtCrY531PBEIrA==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."@ast-grep/napi-0.33.0"
|
||||
sources."esbuild-0.24.2"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A CLI tool to build for the Shopify platform";
|
||||
homepage = "https://github.com/shopify/cli#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"@tailwindcss/aspect-ratio" = nodeEnv.buildNodePackage {
|
||||
name = "_at_tailwindcss_slash_aspect-ratio";
|
||||
packageName = "@tailwindcss/aspect-ratio";
|
||||
|
||||
Reference in New Issue
Block a user