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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1250,6 +1250,7 @@ mapAliases {
1250
1250
unifi5=throw"'unifi5' has been removed since its required MongoDB version is EOL.";# Added 2024-04-11
1251
1251
unifi6=throw"'unifi6' has been removed since its required MongoDB version is EOL.";# Added 2024-04-11
1252
1252
unifi7=throw"'unifi7' has been removed since it is vulnerable to CVE-2024-42025 and its required MongoDB version is EOL.";# Added 2024-10-01
1253
+
unifi8=unifi;# Added 2024-11-15
1253
1254
unifiLTS=throw"'unifiLTS' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead.";# Added 2024-04-11
1254
1255
unifiStable=throw"'unifiStable' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead.";# Converted to throw 2024-04-11
1255
1256
untrunc=throw"'untrunc' has been renamed to/replaced by 'untrunc-anthwlock'";# Converted to throw 2024-10-17
0 commit comments