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