I create my own emacsPackages with the emacsPackagesFor function and it'd be nice if your default.nix allowed for myEmacsPackages.callPackage /path/to/emacs-webkit without calling out to the global pkgs.emacsPackages
Largely a semantic difference, but nice all the same.
I create my own
emacsPackages
with theemacsPackagesFor
function and it'd be nice if yourdefault.nix
allowed formyEmacsPackages.callPackage /path/to/emacs-webkit
without calling out to the globalpkgs.emacsPackages
Largely a semantic difference, but nice all the same.