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/development/libraries/avahi/default.nix
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,6 @@
22
22
,withPython ? false
23
23
}:
24
24
25
-
# Added 2024-09-03. Drop this assertion after 24.11 is released.
26
-
assertlib.assertMsg(config.avahior{}=={})"config.avahi has been removed; please use an overlay or services.avahi.package to configure the avahi package.";
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
@@ -91,8 +91,7 @@ mapAliases {
91
91
adoptopenjdk-openj9-bin-15=throw"adoptopenjdk has been removed as the upstream project is deprecated. JDK 15 is also EOL. Consider using `semeru-bin-17`.";# Added 2024-05-09
92
92
adoptopenjdk-openj9-bin-16=throw"adoptopenjdk has been removed as the upstream project is deprecated. JDK 16 is also EOL. Consider using `semeru-bin-17`.";# Added 2024-05-09
93
93
adoptopenjdk-openj9-bin-8=throw"adoptopenjdk has been removed as the upstream project is deprecated. Consider using `semeru-bin-8`.";# Added 2024-05-09
94
-
# Post 24.11 branch-off, this should throw an error
0 commit comments