mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
llama-swap: remove unnecessary parentheses
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user