nodePackages.esy: drop
This commit is contained in:
@@ -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
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user