nodePackages.fx: alias to pkgs.fx
Literally the same package.
This commit is contained in:
@@ -113,6 +113,7 @@ mapAliases {
|
||||
inherit (pkgs) firebase-tools; # added 2023-08-18
|
||||
inherit (pkgs) fixjson; # added 2024-06-26
|
||||
flood = pkgs.flood; # Added 2023-07-25
|
||||
inherit (pkgs) fx; # Added 2025-11-06
|
||||
ganache = throw "ganache was removed because it was deprecated upstream"; # added 2024-12-02
|
||||
inherit (pkgs) gatsby-cli; # Added 2025-11-05
|
||||
generator-code = throw "generator-code was removed because it provides no executable"; # added 2023-09-24
|
||||
|
||||
@@ -72,7 +72,6 @@
|
||||
, "fkill-cli"
|
||||
, "fleek-cli"
|
||||
, "forever"
|
||||
, "fx"
|
||||
, "grunt-cli"
|
||||
, "makam"
|
||||
, "gulp-cli"
|
||||
|
||||
-18
@@ -41866,24 +41866,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
fx = nodeEnv.buildNodePackage {
|
||||
name = "fx";
|
||||
packageName = "fx";
|
||||
version = "35.0.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/fx/-/fx-35.0.0.tgz";
|
||||
sha512 = "O07q+Lknrom5RUX/u53tjo2KTTLUnL0K703JbqMYb19ORijfJNvijzFqqYXEjdk25T9R14S6t6wHD8fCWXCM0g==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Command-line JSON viewer";
|
||||
homepage = "https://fx.wtf";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
grunt-cli = nodeEnv.buildNodePackage {
|
||||
name = "grunt-cli";
|
||||
packageName = "grunt-cli";
|
||||
|
||||
Reference in New Issue
Block a user