diff options
| author | garder500 <jeremy27.clara22@gmail.com> | 2025-04-26 16:03:01 +0200 |
|---|---|---|
| committer | garder500 <jeremy27.clara22@gmail.com> | 2025-04-26 16:03:01 +0200 |
| commit | 4e01398d4f9a74f7c5272a8e0d99ec0f23fac189 (patch) | |
| tree | b1494341c25eb99c80823f1e07d78609f4015948 | |
| parent | bd508f4a3c7fc18f053696148f614851cfb0d448 (diff) | |
Suppression de la variable NIX_CFLAGS_COMPILE dans la configuration de l'environnement de développement
| -rw-r--r-- | devenv.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ env = { CXXFLAGS = "-std=c++20"; PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig"; # Critical pour trouver OpenSSL - NIX_CFLAGS_COMPILE = "-arch arm64"; }; packages = with pkgs; [ |
