Skip to content

Commit

Permalink
nodePackages.expo-cli: drop
Browse files Browse the repository at this point in the history
expo-cli is deprecated upstream
  • Loading branch information
pyrox0 committed Dec 4, 2024
1 parent 7589c94 commit 622f3b0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3,240 deletions.
3 changes: 3 additions & 0 deletions nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
See the release notes of
[v1.7.0](https://github.com/jtroo/kanata/releases/tag/v1.7.0)
for more information.

- `nodePackages.expo-cli` has been removed, as it was deprecated by upstream. The suggested replacement is the `npx expo` command.

- `vscode-utils.buildVscodeExtension` now requires pname as an argument

- `nerdfonts` has been separated into individual font packages under the namespace `nerd-fonts`. The directories for font
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 @@ -94,6 +94,7 @@ mapAliases {
inherit (pkgs.elmPackages) elm-test;
inherit (pkgs) eslint; # Added 2024-08-28
inherit (pkgs) eslint_d; # Added 2023-05-26
expo-cli = throw "expo-cli was removed because it was deprecated upstream. Use `npx expo` or eas-cli instead."; # added 2024-12-02
inherit (pkgs) firebase-tools; # added 2023-08-18
inherit (pkgs) fixjson; # added 2024-06-26
flood = pkgs.flood; # Added 2023-07-25
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 @@ -85,7 +85,6 @@
, "emojione"
, "escape-string-regexp"
, "esy"
, "expo-cli"
, "fast-cli"
, "fauna-shell"
, "fkill-cli"
Expand Down
Loading

0 comments on commit 622f3b0

Please sign in to comment.