Skip to content

Commit

Permalink
Add doc about mix nerves.system.shell with OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Sep 13, 2023
1 parent f9789f2 commit a06a775
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Customizing Systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ procedure to be used on Linux and non-Linux development hosts by using a
Linux-based Docker container on non-Linux platforms. To access this environment,
run the `mix nerves.system.shell` task from the custom system source directory.

> #### Warning {: .warning}
>
> Starting with OTP 26, the underlying shell system was completely reworked with
> big improvements but unfortunately is incompatible with how `mix nerves.system.shell`
> was handling a shell session. The task can still be run, but it will simple output
> a command you will need to manually run in your shell to get the same effect
>
> Follow [nerves#893](https://github.com/nerves-project/nerves/issues/893) for status updates
```bash
$ mix deps.get
Mix environment
Expand Down

0 comments on commit a06a775

Please sign in to comment.