Unverified Commit 43759f5f authored by Joel Holdsworth's avatar Joel Holdsworth
Browse files

dockerTools: Document streamNixShellImage homeDirectory argument

parent 3c3e8772
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1252,6 +1252,9 @@ rec {
      tag ? null,
      uid ? 1000,
      gid ? 1000,
      # Default to `/build` instead of a non-existent `/homeless-shelter` for backwards compatibility.
      #
      # https://github.com/NixOS/nix/issues/6379
      homeDirectory ? "/build",
      shell ? bashInteractive + "/bin/bash",
      command ? null,