From 2ef739f7c2c52608fa47b7daa727f28cc7cd22fb Mon Sep 17 00:00:00 2001 From: zsuper Date: Thu, 3 Apr 2025 19:51:48 -0700 Subject: [PATCH] Fixed formatting issue that caused an error with OPTFLAGS --- nix/proxytunnel.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/proxytunnel.nix b/nix/proxytunnel.nix index 7940719..454eac6 100644 --- a/nix/proxytunnel.nix +++ b/nix/proxytunnel.nix @@ -8,8 +8,7 @@ if use-ssl then "-DUSE_SSL" else "" - } - ${ + } ${ if gnu-system then "-DHAVE_GETOPT_LONG" else ""