Cleanup shell.nix and .envrc

This commit is contained in:
Sumner Evans
2021-02-03 13:46:58 -07:00
parent 75061b321e
commit fba3c420ac
2 changed files with 2 additions and 6 deletions

6
.envrc
View File

@@ -1,11 +1,5 @@
use nix
# Run poetry install if there's not a virtualenv already.
# if [[ ! -d .venv ]]; then
# echo "No virtualenv found, installing dependencies using Poetry..."
# poetry install -E chromecast -E keyring -E server
# fi
# Activate the virtualenv
source .venv/bin/activate