Skip to content

Commit 7686a22

Browse files
committed
{opensycl,opensycleWIthRocm}: use lib.warnOnInstantiate instead of lib.warn
lib.warn will spam legitimate evaluations with aliases enabled.
1 parent c6b7dd5 commit 7686a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ mapAliases {
11681168
openlp = throw "openlp has been removed for now because the outdated version depended on insecure and removed packages and it needs help to upgrade and maintain it; see https://github.com/NixOS/nixpkgs/pull/314882"; # Added 2024-07-29
11691169
openmpt123 = throw "'openmpt123' has been renamed to/replaced by 'libopenmpt'"; # Converted to throw 2024-10-17
11701170
openssl_3_0 = openssl_3; # Added 2022-06-27
1171-
opensycl = lib.warn "'opensycl' has been renamed to 'adaptivecpp'" adaptivecpp; # Added 2024-12-04
1172-
opensyclWithRocm = lib.warn "'opensyclWithRocm ' has been renamed to 'adaptivecppWithRocm '" adaptivecppWithRocm; # Added 2024-12-04
1171+
opensycl = lib.warnOnInstantiate "'opensycl' has been renamed to 'adaptivecpp'" adaptivecpp; # Added 2024-12-04
1172+
opensyclWithRocm = lib.warnOnInstantiate "'opensyclWithRocm' has been renamed to 'adaptivecppWithRocm'" adaptivecppWithRocm; # Added 2024-12-04
11731173
orchis = throw "'orchis' has been renamed to/replaced by 'orchis-theme'"; # Converted to throw 2024-10-17
11741174
onlyoffice-bin = onlyoffice-desktopeditors; # Added 2024-09-20
11751175
onlyoffice-bin_latest = onlyoffice-bin; # Added 2024-07-03

0 commit comments

Comments
 (0)