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
@@ -1170,8 +1170,8 @@ mapAliases {
1170
1170
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
1171
1171
openmpt123=throw"'openmpt123' has been renamed to/replaced by 'libopenmpt'";# Converted to throw 2024-10-17
1172
1172
openssl_3_0=openssl_3;# Added 2022-06-27
1173
-
opensycl=lib.warn"'opensycl' has been renamed to 'adaptivecpp'"adaptivecpp;# Added 2024-12-04
1174
-
opensyclWithRocm=lib.warn"'opensyclWithRocm' has been renamed to 'adaptivecppWithRocm'"adaptivecppWithRocm;# Added 2024-12-04
1173
+
opensycl=lib.warnOnInstantiate"'opensycl' has been renamed to 'adaptivecpp'"adaptivecpp;# Added 2024-12-04
1174
+
opensyclWithRocm=lib.warnOnInstantiate"'opensyclWithRocm' has been renamed to 'adaptivecppWithRocm'"adaptivecppWithRocm;# Added 2024-12-04
1175
1175
orchis=throw"'orchis' has been renamed to/replaced by 'orchis-theme'";# Converted to throw 2024-10-17
0 commit comments