diff --git a/flake.nix b/flake.nix index 5e27048..d1b28c7 100644 --- a/flake.nix +++ b/flake.nix @@ -50,15 +50,6 @@ python3Packages.toml ]; - shellHook = '' - if [ ! -d .venv ]; then - python -m venv .venv - fi - source .venv/bin/activate - pip install --upgrade pip - pip install -r requirements.txt - ''; - }; }