Skip to content

Commit

Permalink
nodePackages.ganache: drop
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Dec 4, 2024
1 parent 6149160 commit 3909428
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 227 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 @@ -55,6 +55,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
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 3909428

Please sign in to comment.