summaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devenv.nix')
-rw-r--r--devenv.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/devenv.nix b/devenv.nix
index 357702d..6744be6 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -48,6 +48,8 @@
'';
scripts.start.exec = ''
+ build
+ mv bot/build/discord-bot ./app
cd app
go run cmd/main.go
'';