nodePackages.esy: drop

This commit is contained in:
dish
2026-02-12 16:29:48 -05:00
parent ec1cd440a7
commit a7243c354e
3 changed files with 1 additions and 18 deletions
@@ -174,6 +174,7 @@ mapAliases {
inherit (pkgs) eslint; # Added 2024-08-28
inherit (pkgs) eslint_d; # Added 2023-05-26
inherit (pkgs) eas-cli; # added 2025-01-08
esy = throw "esy was removed because it was unmaintained within nixpkgs"; # Added 2026-02-12
expo-cli = throw "expo-cli was removed because it was deprecated upstream. Use `npx expo` or eas-cli instead."; # added 2024-12-02
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
inherit (pkgs) fauna-shell; # Added 2025-11-27
@@ -6,7 +6,6 @@
, "browserify"
, "coc-go"
, "coc-tsserver"
, "esy"
, "gulp-cli"
, "js-yaml"
, "node2nix"
-17
View File
@@ -8306,23 +8306,6 @@ in
bypassCache = true;
reconstructLock = true;
};
esy = nodeEnv.buildNodePackage {
name = "esy";
packageName = "esy";
version = "0.8.0";
src = fetchurl {
url = "https://registry.npmjs.org/esy/-/esy-0.8.0.tgz";
sha512 = "f0f22OfNF4aFLNyFKoraIg66q0g9L0icZKEG8i8jWieTjLdUAQSji5WdgI7F5X+55WN1AlhNdcXkPyBQwRzkuQ==";
};
buildInputs = globalBuildInputs;
meta = {
description = "Package builder for esy";
license = "BSD-2-Clause";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
grunt-cli = nodeEnv.buildNodePackage {
name = "grunt-cli";
packageName = "grunt-cli";