Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ lib, nix-update }:
{ attrPath ? null
, extraArgs ? [ ]
}:
[ "${lib.getExe nix-update}" ] ++ extraArgs ++ lib.optional (attrPath != null) attrPath