You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1168,8 +1168,8 @@ mapAliases {
1168
1168
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
1169
1169
openmpt123=throw"'openmpt123' has been renamed to/replaced by 'libopenmpt'";# Converted to throw 2024-10-17
1170
1170
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
1173
1173
orchis=throw"'orchis' has been renamed to/replaced by 'orchis-theme'";# Converted to throw 2024-10-17
0 commit comments