summaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devenv.nix')
-rw-r--r--devenv.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/devenv.nix b/devenv.nix
index dfa89c7..357702d 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -14,7 +14,11 @@
openssl.dev # Inclure les headers de développement
zlib.dev
libopus
+ libsodium
pkg-config
+ zeromq
+ cppzmq
+ ninja
(stdenv.mkDerivation {
name = "dpp";
version = "latest";
@@ -44,7 +48,8 @@
'';
scripts.start.exec = ''
- go run app/cmd/main.go
+ cd app
+ go run cmd/main.go
'';
# Supprimer la configuration brew inutile dans Nix