self: super: { # add man to the outputs to install for nix nix = super.nix.overrideAttrs (oldAttrs: { meta = oldAttrs.meta // { outputsToInstall = [ "out" "man" ]; }; }); }