Skip to content

Commit 46c7a65

Browse files
committed
wip rm ignore-env from develop
1 parent 8769dfe commit 46c7a65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/cli.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
;;

lib/cmd.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)