Skip to content

Commit 2e6bf68

Browse files
docs(nix): note detached devenv up for non-interactive use
1 parent f27f011 commit 2e6bf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/flake-modules/devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
port = process_compose_port;
8585
# The TUI keeps `devenv up` in the foreground. To run the services
8686
# non-interactively, start them detached
87-
# with `devenv up -d` and stop them via `devenv processes stop`.
87+
# with `devenv up --detached` and stop them via `devenv processes stop`.
8888
tui.enable = true;
8989
};
9090
services.postgres = {

0 commit comments

Comments
 (0)