From dbd05a528960524b46cd40a81d9f86e400aed5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Jan 2021 09:00:34 +0000 Subject: [PATCH] Update nixos/modules/security/wrappers/wrapper.nix Co-authored-by: Cole Helbling --- nixos/modules/security/wrappers/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/wrappers/wrapper.nix b/nixos/modules/security/wrappers/wrapper.nix index e3ca2f653fa..e3620fb222d 100644 --- a/nixos/modules/security/wrappers/wrapper.nix +++ b/nixos/modules/security/wrappers/wrapper.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation { dontUnpack = true; hardeningEnable = [ "pie" ]; CFLAGS = [ - "-DWRAPPER_DIR=\"${parentWrapperDir}\"" + ''-DWRAPPER_DIR="${parentWrapperDir}"'' ] ++ (if debug then [ "-Werror" "-Og" "-g" ] else [