summaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devenv.nix')
-rw-r--r--devenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/devenv.nix b/devenv.nix
index 5eb179d..2fd9a4b 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -1,6 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
+ dotenv.enable = true;
env = {
CXXFLAGS = "-std=c++20";
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig"; # Critical pour trouver OpenSSL