summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devenv.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/devenv.nix b/devenv.nix
index 4820f3a..9c69aee 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -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; [