Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

dev: add pry to start command

+1 -1
+1 -1
justfile
··· 33 33 git push --tags 34 34 35 35 start: 36 - iex -S mix phx.server 36 + iex --dbg pry -S mix phx.server 37 37 38 38 test: 39 39 nix build .#checks.x86_64-linux.default --print-build-logs