depot/third_party/nixpkgs/pkgs/common-updater/nix-update.nix
Default email 7d542a9f98 Project import generated by Copybara.
GitOrigin-RevId: b72b8b94cf0c012b0252a9100a636cad69696666
2022-12-02 08:20:57 +00:00

7 lines
113 B
Nix

{ nix-update }:
{ attrPath
, extraArgs ? []
}:
[ "${nix-update}/bin/nix-update" ] ++ extraArgs ++ [ attrPath ]