{ pkgs }: { packageOverrides = super: let self = super.pkgs; in with self; rec { myEmacs = super.callPackage ./emacs.nix {}; }; allowUnfree = true; }