Files
sublime-music/.envrc

13 lines
178 B
Bash

use nix
# Activate the virtualenv
source .venv/bin/activate
watch_file pyproject.toml
watch_file poetry.lock
watch_file shell.nix
set POETRY_VIRTUALENVS_IN_PROJECT
unset PS1