diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-12T14·57+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-13T08·14+0000 |
commit | 9c025d62a067756d1f32c07ff4dc485942368c6f (patch) | |
tree | bfab6dd267f9d09d76b8588e257e5a5d09485bab /ops/deploy-whitby/default.nix | |
parent | d99132f45acb620a4de329432297962d74f9e457 (diff) |
refactor(deploy-whitby): use nvd instead of nix-diff r/3589
nvd only shows us changed versions of packages, as well as added/removed packages, which means that for the majority of depot packages nothing will be displayed however, the current output of nix-diff is not usable anyways, so having something that can be looked at is better than nothing Change-Id: Iefbd8139c7ccf5c88ed1209897abdb2ae9302e91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4868 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops/deploy-whitby/default.nix')
-rw-r--r-- | ops/deploy-whitby/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/deploy-whitby/default.nix b/ops/deploy-whitby/default.nix index f4bd257c4f51..aafe798cbfa7 100644 --- a/ops/deploy-whitby/default.nix +++ b/ops/deploy-whitby/default.nix @@ -16,7 +16,7 @@ pkgs.stdenv.mkDerivation { ansi2html git jq - nix-diff + nvd ]} ''; |