aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 668cd57..cc36fb7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,7 @@
url = "https://boringssl.googlesource.com/boringssl";
inherit rev hash;
};
- env.NIX_CFLAGS_COMPILE = "-Wno-error=stringop-overflow -Wno-error=array-parameter=2 -Wno-error=maybe-uninitialized";
+ env.NIX_CFLAGS_COMPILE = "-Wno-error=stringop-overflow -Wno-error=array-parameter=2 -Wno-error=maybe-uninitialized -Wno-error=ignored-attributes";
postFixup = ''
cp $out/lib/libcrypto.a $out/lib/lib_boringssl.a
'';