llama-swap: remove unnecessary parentheses

This commit is contained in:
jaredmontoya
2026-07-21 13:59:36 +02:00
parent 6b6b1f67e5
commit a09353aeca
+1 -1
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"