build02/nixpkgs-update: quiet the git command in updatescript fetcher
This commit is contained in:
parent
ec25ea5d9a
commit
dafde52722
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ let
|
|||
};
|
||||
|
||||
fetch-updatescript-cmd = pkgs.writeScriptBin "fetch-updatescript-cmd" ''
|
||||
${pkgs.git}/bin/git -C /var/cache/nixpkgs-update/updatescript/nixpkgs pull upstream
|
||||
${pkgs.git}/bin/git -C /var/cache/nixpkgs-update/updatescript/nixpkgs pull --quiet upstream
|
||||
${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue