···274274 word-breaking. So you want to write `extraArgs = [ "--prefer" "spaced pat" ]`
275275 rather than previous `extraArgs = [ "--prefer 'spaced pat'" ]`.
276276277277+- `mkBinaryCache` now defaults to using `zstd` compression for the binary caches it creates. The previous `xz` compression method can be used by passing `compression = "xz";`.
278278+277279- `nodePackages."@commitlint/config-conventional"` has been removed, as it is a library, and projects should depend on it instead.
278280279281- zigbee2mqtt is now available in version 2.x as `zigbee2mqtt_2`. In NixOS 25.11 we'll remove `zigbee2mqtt_1` and default to `zigbee2mqtt_2`. See the [breaking changes](https://github.com/Koenkk/zigbee2mqtt/discussions/24198) announcement for 2.0.0.
···1318013180 ;
13181131811318213182 emacs-macport = emacs29-macport;
1318313183- emacs = emacs29;
1318413184- emacs-gtk = emacs29-gtk3;
1318513185- emacs-nox = emacs29-nox;
1318313183+ emacs = emacs30;
1318413184+ emacs-gtk = emacs30-gtk3;
1318513185+ emacs-nox = emacs30-nox;
1318613186+ emacs-pgtk = emacs30-pgtk;
13186131871318713188 emacsPackagesFor = emacs: import ./emacs-packages.nix {
1318813189 inherit (lib) makeScope makeOverridable dontRecurseIntoAttrs;
1318913190 emacs' = emacs;
1319013191 pkgs' = pkgs; # default pkgs used for bootstrapping the emacs package set
1319113192 };
1319213192-1319313193- # This alias should live in aliases.nix but that would cause Hydra not to evaluate/build the packages.
1319413194- # If you turn this into "real" alias again, please add it to pkgs/top-level/packages-config.nix again too
1319513195- emacsPackages = emacs.pkgs // { __recurseIntoDerivationForReleaseJobs = true; };
13196131931319713194 epick = callPackage ../applications/graphics/epick {
1319813195 inherit (darwin.apple_sdk.frameworks) AppKit;
···1560915606 wgnord = callPackage ../applications/networking/wgnord/default.nix { };
15610156071561115608 whalebird = callPackage ../applications/misc/whalebird {
1561215612- electron = electron_27;
1560915609+ electron = electron_34;
1561315610 };
15614156111561515612 inherit (windowmaker) dockapps;
···1591115908 inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
1591215909 };
15913159101591415914- samplv1 = libsForQt5.callPackage ../applications/audio/samplv1 { };
1591115911+ samplv1 = qt6.callPackage ../applications/audio/samplv1 { };
15915159121591615913 beancount = with python3.pkgs; toPythonApplication beancount;
1591715914
+4
pkgs/top-level/packages-config.nix
···3636 compiler = recurseIntoAttrs super.haskell.compiler;
3737 };
38383939+ # emacsPackages is an alias for emacs.pkgs
4040+ # Re-introduce emacsPackages here so that emacs.pkgs can be searched.
4141+ emacsPackages = emacs.pkgs;
4242+3943 # minimal-bootstrap packages aren't used for anything but bootstrapping our
4044 # stdenv. They should not be used for any other purpose and therefore not
4145 # show up in search results or repository tracking services that consume our