1 2 3 4 5 6 7
{ pkgs, ... }: (pkgs.callPackage ./pkg.nix { }).overrideAttrs (old: { passthru = old.passthru // { module = ./module.nix; }; })