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