7 lines
201 B
Text
7 lines
201 B
Text
|
dotenv
|
||
|
#[ -d .venv ] || (python -m venv .venv; python -m pip install rbtools)
|
||
|
#[ -f .venv/bin/activate ] && source .venv/bin/activate
|
||
|
watch_file devShell.nix shell.nix flake.nix
|
||
|
#use flake || use nix
|
||
|
|