1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-18 06:51:07 +01:00
clang-format: 18.1.8 -> 19.1.7
(cherry picked from commit 55297f865c)
This commit is contained in:
Robert Hensing 2025-04-01 15:33:01 +02:00 committed by Mergify
parent ec4c581adc
commit 36f23279bf
2 changed files with 8 additions and 6 deletions

View file

@ -44,10 +44,11 @@ static void downloadToSink(
static std::string getLfsApiToken(const ParsedURL & url)
{
auto [status, output] = runProgram(RunOptions{
.program = "ssh",
.args = {*url.authority, "git-lfs-authenticate", url.path, "download"},
});
auto [status, output] = runProgram(
RunOptions{
.program = "ssh",
.args = {*url.authority, "git-lfs-authenticate", url.path, "download"},
});
if (output.empty())
throw Error(