Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

client: run daemon

+1 -1
+1 -1
justfile
··· 39 39 iex --dbg pry -S mix phx.server 40 40 41 41 start-client: 42 - watchexec --watch ./client --restart -- go run ./client --debug 42 + watchexec --watch ./client --restart -- go run ./client daemon --debug 43 43 44 44 test: 45 45 nix build .#checks.x86_64-linux.default --print-build-logs