diff options
Diffstat (limited to 'ops/deploy-whitby/deploy-whitby.sh')
-rwxr-xr-x | ops/deploy-whitby/deploy-whitby.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/deploy-whitby/deploy-whitby.sh b/ops/deploy-whitby/deploy-whitby.sh index 808f65cda2cf..ecebb7d25db9 100755 --- a/ops/deploy-whitby/deploy-whitby.sh +++ b/ops/deploy-whitby/deploy-whitby.sh @@ -34,7 +34,7 @@ git -C "$worktree_dir" checkout "$new_rev" current=$(nix show-derivation /run/current-system | jq -r 'keys | .[0]') new=$(nix-instantiate -A ops.nixos.whitbySystem "$worktree_dir") -diff_filename="$(drv_hash "$current")..$(drv_hash "$new")" +diff_filename="$(drv_hash "$current")..$(drv_hash "$new").html" nix-diff "$current" "$new" --color always \ | ansi2html \ >| "$HTML_ROOT/diff/$diff_filename" |