llama-swap: remove unnecessary parentheses

This commit is contained in:
jaredmontoya
2026-07-12 14:00:29 +02:00
parent 6b6b1f67e5
commit a09353aeca

View File

@@ -88,7 +88,7 @@ buildGoModule (finalAttrs: {
checkFlags =
let
skippedTests = lib.optionals (stdenv.hostPlatform.isDarwin) [
skippedTests = lib.optionals stdenv.hostPlatform.isDarwin [
# Fail only on *-darwin intermittently
# https://github.com/mostlygeek/llama-swap/issues/320
"TestProcess_AutomaticallyStartsUpstream"