Commit 390b4514 authored by Emily's avatar Emily
Browse files

Revert "aliases: manual cleanup of nodejs-{14,16} variants that were left by previous script"

The removals broke evaluation.

This reverts commit ffa3d12f.
parent 49cdf14c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -819,6 +819,10 @@ mapAliases {

  nixosTest = testers.nixosTest; # Added 2022-05-05
  nmap-unfree = throw "'nmap-unfree' has been renamed to/replaced by 'nmap'"; # Converted to throw 2024-10-17
  nodejs-14_x = nodejs_14; # Added 2022-11-06
  nodejs-slim-14_x = nodejs-slim_14; # Added 2022-11-06
  nodejs-16_x = nodejs_16; # Added 2022-11-06
  nodejs-slim-16_x = nodejs-slim_16; # Added 2022-11-06
  nodejs-18_x = nodejs_18; # Added 2022-11-06
  nodejs-slim-18_x = nodejs-slim_18; # Added 2022-11-06
  noto-fonts-cjk = throw "'noto-fonts-cjk' has been renamed to/replaced by 'noto-fonts-cjk-sans'"; # Converted to throw 2024-10-17