Files
sublime-music/.envrc
2021-02-03 13:46:58 -07:00

11 lines
143 B
Bash

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