diff options
| author | J08nY | 2024-08-17 14:13:18 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-17 14:13:18 +0200 |
| commit | 3a8ccf8ea501e433e57e3406beec4bb19691bb04 (patch) | |
| tree | c8453fbee0b90db5b0d86d3cfacdb1f9db7b5ec5 /flake.nix | |
| parent | a707a34044a1988d35c0610371534b3a688e3405 (diff) | |
| download | ECTester-3a8ccf8ea501e433e57e3406beec4bb19691bb04.tar.gz ECTester-3a8ccf8ea501e433e57e3406beec4bb19691bb04.tar.zst ECTester-3a8ccf8ea501e433e57e3406beec4bb19691bb04.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ''; |
