)]}'
{
  "commit": "700f1c97e6e63635b1010f1080340f593411f96c",
  "tree": "d798bb99adf0388376d4f78aaace43bcc835e442",
  "parents": [
    "7661202fe654da6ea6403bce89157c4d678abf22"
  ],
  "author": {
    "name": "Lorenz Brun",
    "email": "lorenz@monogon.tech",
    "time": "Wed Mar 06 16:15:55 2024 +0000"
  },
  "committer": {
    "name": "Lorenz Brun",
    "email": "lorenz@monogon.tech",
    "time": "Thu Mar 07 13:49:52 2024 +0000"
  },
  "message": "third_party/nix: fix heredoc interpolation\n\nThis is a bit cursed as we have a bash script inside a Nix multi-line\nstring writing another bash script via a heredoc. The dirname expression\nis currently being evaluated by bash while writing the inner script as\n$( is interpolated in a bash heredoc. Quote it by both layers to prevent\nthis.\n\nPreviously in bin/bazel:\n    workspace_dir\u003d\".\"\nWith this fix:\n    workspace_dir\u003d\"$(dirname \"${workspace_dir}\")\"\n\nChange-Id: I6e820faf222b1f364ea1b9e1a590e56ace4a638e\nReviewed-on: https://review.monogon.dev/c/monogon/+/2835\nTested-by: Jenkins CI\nReviewed-by: Tim Windelschmidt \u003ctim@monogon.tech\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6dcd6f83c872a549fc0de37fa0d29bf093d9663d",
      "old_mode": 33188,
      "old_path": "third_party/nix/env.nix",
      "new_id": "4ba3a49998c22ed0aff18db6cff7e757a2098e04",
      "new_mode": 33188,
      "new_path": "third_party/nix/env.nix"
    }
  ]
}
