Overlays & package override

self: super: {
  hello = super.hello.overrideAttrs (old: { pname = "hello-custom"; });
}