File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ module Cli = struct
4545 let sh =
4646 let doc =
4747 " The shell to use in the subshell. Accepts a package name (e.g. zsh), a nix-store \
48- path, or a local path (e.g. /bin/sh). Defaults to the current user's login shell."
48+ path, or a local path (e.g. /bin/sh). Defaults to the current user's login shell \
49+ or bash if no user is logged in."
4950 in
5051 Arg. (value & opt filepath (Unix. eval_sh (Unix. pw_shell () )) & info [ " sh" ] ~doc )
5152 ;;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ module Cmd = struct
1919 Bos.Cmd. v " nix"
2020 |>+ [ " develop" ] @ [ Uri. sprintf_uri_attr_opt entrypoint attribute ]
2121 |>+ Option. value ~default: [] force_experimental_features
22- |>+ [ " --ignore-env" ]
2322 |>+ [ " --command" ; sh ]
2423 ;;
2524
You can’t perform that action at this time.
0 commit comments