diff --git a/.dockerignore b/.dockerignore index 40bf6298..d6efc5c9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,3 +12,4 @@ Taskfile.yaml README.md .secrets .ruff_cache +.env diff --git a/.gitignore b/.gitignore index 7e2c3701..fda57de8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tests/data .task .secrets .ruff_cache +.env diff --git a/flake.nix b/flake.nix index ddd6b6e1..92731e54 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ source $(poetry env info --path)/bin/activate export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=${pkgs.zlib}/lib:$LD_LIBRARY_PATH + source .env ''; }; };