Skip to content

Commit

Permalink
nodePackages.ganache: drop (#361285)
Browse files Browse the repository at this point in the history
* lighthouse: remove unused ganache dependency

* nodePackages.ganache: drop
  • Loading branch information
pyrox0 authored Dec 5, 2024
1 parent f262c16 commit 8e4cf35
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 229 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@

- `gkraken` software and `hardware.gkraken.enable` option have been removed, use `coolercontrol` via `programs.coolercontrol.enable` option instead.

- `nodePackages.ganache` has been removed, as the package has been deprecated by upstream.

- `containerd` has been updated to v2, which contains breaking changes. See the [containerd
2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for more
details.
Expand Down
2 changes: 0 additions & 2 deletions pkgs/applications/blockchains/lighthouse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, lib
, lighthouse
, nix-update-script
, nodePackages
, openssl
, pkg-config
, postgresql
Expand Down Expand Up @@ -131,7 +130,6 @@ rustPlatform.buildRustPackage rec {
];

nativeCheckInputs = [
nodePackages.ganache
postgresql
];

Expand Down
1 change: 1 addition & 0 deletions pkgs/development/node-packages/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ mapAliases {
inherit (pkgs) firebase-tools; # added 2023-08-18
inherit (pkgs) fixjson; # added 2024-06-26
flood = pkgs.flood; # Added 2023-07-25
ganache = throw "ganache was removed because it was deprecated upstream"; # added 2024-12-02
generator-code = throw "generator-code was removed because it provides no executable"; # added 2023-09-24
inherit (pkgs) git-run; # added 2024-06-26
git-ssb = throw "git-ssb was removed because it was broken"; # added 2023-08-21
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/node-packages/node-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
, "fleek-cli"
, "forever"
, "fx"
, "ganache"
, "gatsby-cli"
, "@gitbeaker/cli"
, "graphql"
Expand Down
226 changes: 0 additions & 226 deletions pkgs/development/node-packages/node-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e4cf35

Please sign in to comment.