diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-09T13·23+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-11T10·29+0000 |
commit | 3c0a9a949ab71545de23102a8309ad0bea591c1f (patch) | |
tree | 01f300d71d0103a05ac46f58324c9350b2671f96 /tvix/store/protos/default.nix | |
parent | 459d9e106f68ea2761ee2dcaaa28e67756d6bdc3 (diff) |
chore(tvix/store/protof): buf format r/7150
Change-Id: I29b0fb62aa849ee01860dc7fe3dbba9b941ca172 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10238 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Adam Joseph <adam@westernsemico.com>
Diffstat (limited to 'tvix/store/protos/default.nix')
-rw-r--r-- | tvix/store/protos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/protos/default.nix b/tvix/store/protos/default.nix index 5f56eda79b3d..b5f1e232eab6 100644 --- a/tvix/store/protos/default.nix +++ b/tvix/store/protos/default.nix @@ -25,6 +25,7 @@ buildPhase = '' export HOME=$TMPDIR buf lint + buf format -d --exit-code buf generate mkdir -p $out |