Remove the dev venv task

This commit is contained in:
Andreas Zweili 2024-03-11 15:38:52 +01:00
parent 429a57d89a
commit a46df5d3ff
1 changed files with 0 additions and 6 deletions

6
dev.sh
View File

@ -78,12 +78,6 @@ stop() {
descriptions["stop"]="Stop the webserver and DB."
tasks["stop"]=stop
venv() {
nix build .#venv -o .venv
}
descriptions["venv"]="Build a pseudo venv that editors like VS Code can use."
tasks["venv"]=venv
build-container() {
nix build && docker load <result && docker run --rm -ti network-inventory:latest
}