Loading pkgs/top-level/aliases.nix +27 −0 Original line number Diff line number Diff line Loading @@ -940,6 +940,33 @@ mapAliases { maligned = throw "maligned was deprecated upstream in favor of x/tools/go/analysis/passes/fieldalignment"; # Added 20204-08-24 manicode = throw "manicode has been renamed to codebuff"; # Added 2024-12-10 manta = throw "manta does not support python3, and development has been abandoned upstream"; # Added 2025-03-17 maple-mono-NF = throw '' maple-mono-NF had been moved to maple-mono.NF. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-otf = throw '' maple-mono-otf had been moved to maple-mono.opentype. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-woff2 = throw '' maple-mono-woff2 had been moved to maple-mono.woff2. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-SC-NF = throw '' mono-SC-NF had been superseded by maple-mono.NF-CN. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-autohint = throw '' maple-mono-autohint had been moved to maple-mono.truetype-autohint. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; marwaita-manjaro = lib.warnOnInstantiate "marwaita-manjaro has been renamed to marwaita-teal" marwaita-teal; # Added 2024-07-08 marwaita-peppermint = lib.warnOnInstantiate "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # Added 2024-07-01 marwaita-ubuntu = lib.warnOnInstantiate "marwaita-ubuntu has been renamed to marwaita-orange" marwaita-orange; # Added 2024-07-08 Loading Loading
pkgs/top-level/aliases.nix +27 −0 Original line number Diff line number Diff line Loading @@ -940,6 +940,33 @@ mapAliases { maligned = throw "maligned was deprecated upstream in favor of x/tools/go/analysis/passes/fieldalignment"; # Added 20204-08-24 manicode = throw "manicode has been renamed to codebuff"; # Added 2024-12-10 manta = throw "manta does not support python3, and development has been abandoned upstream"; # Added 2025-03-17 maple-mono-NF = throw '' maple-mono-NF had been moved to maple-mono.NF. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-otf = throw '' maple-mono-otf had been moved to maple-mono.opentype. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-woff2 = throw '' maple-mono-woff2 had been moved to maple-mono.woff2. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-SC-NF = throw '' mono-SC-NF had been superseded by maple-mono.NF-CN. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; maple-mono-autohint = throw '' maple-mono-autohint had been moved to maple-mono.truetype-autohint. for installing all maple-mono: fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.maple-mono) ''; marwaita-manjaro = lib.warnOnInstantiate "marwaita-manjaro has been renamed to marwaita-teal" marwaita-teal; # Added 2024-07-08 marwaita-peppermint = lib.warnOnInstantiate "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # Added 2024-07-01 marwaita-ubuntu = lib.warnOnInstantiate "marwaita-ubuntu has been renamed to marwaita-orange" marwaita-orange; # Added 2024-07-08 Loading