···2727 dbmate
2828 sqlite
2929 watchexec
3030- docker
3030+ # You don't need a system-wide install, but nixos may need you to set [virtualisation.podman.enable = true] in configuration.nix to _allow_ rootless containers. Idk if this is always needed tho.
3131+ podman
3132 ];
32333334 shellHook = ''
+1-1
justfile
···7788# start mailpit running in docker
99start-mailpit:
1010- docker compose up -d mailpit
1010+ podman compose up -d mailpit
11111212# watchexec gleam run
1313dev: start-mailpit