From d6529c4f3084c4a0b25afffeeba7e9ea2aaa583c Mon Sep 17 00:00:00 2001 From: Bart Date: Sun, 19 Oct 2025 20:02:33 +0200 Subject: [PATCH] fixed more shit again --- .gitignore | 4 +++- flake.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 098e05e..9f3b2f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .venv/ -.vscode/ \ No newline at end of file +.vscode/ +.direnv/ +.envrc \ No newline at end of file diff --git a/flake.nix b/flake.nix index fb477c2..e8202e0 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ # Optional: Define environment variables for the shell shellHook = '' echo "🐍 Entering Python 3.12 development environment." - echo " (Pandas and Requests are available)" + echo " (pip and Requests are available)" python --version ''; };