Skip to content

Commit e4f1463

Browse files
committed
unifi: Update aliases
1 parent 0fcf5c1 commit e4f1463

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ mapAliases {
12501250
unifi5 = throw "'unifi5' has been removed since its required MongoDB version is EOL."; # Added 2024-04-11
12511251
unifi6 = throw "'unifi6' has been removed since its required MongoDB version is EOL."; # Added 2024-04-11
12521252
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
12531254
unifiLTS = throw "'unifiLTS' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead."; # Added 2024-04-11
12541255
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
12551256
untrunc = throw "'untrunc' has been renamed to/replaced by 'untrunc-anthwlock'"; # Converted to throw 2024-10-17

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12348,10 +12348,6 @@ with pkgs;
1234812348
matomo_5
1234912349
matomo-beta;
1235012350

12351-
unifi = callPackage ../servers/unifi { };
12352-
12353-
unifi8 = unifi;
12354-
1235512351
unpackerr = callPackage ../servers/unpackerr {
1235612352
inherit (darwin.apple_sdk.frameworks) Cocoa WebKit;
1235712353
};

0 commit comments

Comments
 (0)