diff --git a/devbox.json b/devbox.json index e529e15..db8366c 100644 --- a/devbox.json +++ b/devbox.json @@ -14,12 +14,7 @@ "scripts": { "build": [ "cat ${HOME}/.ssh/id_ed25519.pub > configs/authorized_keys", - "./build.sh \\", - "-u 'janitor' \\", - "-d 'hub.lol' \\", - "-a 'curl' \\", - "-a 'ripgrep' \\", - "-z", + "./build.sh -u 'janitor' -z", "cat *.sum" ] }