Build the .venv into a hidden folder

This commit is contained in:
Andreas Zweili 2023-07-13 22:22:03 +02:00
parent 07a8d8cb33
commit 4863b71bce
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -38,7 +38,7 @@ setup () {
}
venv () {
nix build .#venv -o venv
nix build .#venv -o .venv
}
docker (){