Cleanup shell.nix and .envrc
This commit is contained in:
6
.envrc
6
.envrc
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user