Update nixos/modules/security/wrappers/wrapper.nix

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>

Changed files
+1 -1
nixos
modules
security
wrappers
+1 -1
nixos/modules/security/wrappers/wrapper.nix
···
dontUnpack = true;
hardeningEnable = [ "pie" ];
CFLAGS = [
-
"-DWRAPPER_DIR=\"${parentWrapperDir}\""
+
''-DWRAPPER_DIR="${parentWrapperDir}"''
] ++ (if debug then [
"-Werror" "-Og" "-g"
] else [