{ pkgs, ... }: { processes = { frontend = { command = '' RUST_LOG=debug,sqlx=warn ${pkgs.cargo-watch}/bin/cargo-watch -i tests/src -x 'run && cat tests/src/models/user.rs' ''; }; }; }