7d542a9f98
GitOrigin-RevId: b72b8b94cf0c012b0252a9100a636cad69696666
7 lines
113 B
Nix
7 lines
113 B
Nix
{ nix-update }:
|
|
|
|
{ attrPath
|
|
, extraArgs ? []
|
|
}:
|
|
|
|
[ "${nix-update}/bin/nix-update" ] ++ extraArgs ++ [ attrPath ]
|