<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="242147" data-post-id="242147">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="elay1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/elay1/120/21562_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  elay1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>That’s worked! I am surprised we have the latest elixir version available. NixOS used to always be behind on elixir versions. Thanks - this has got me on the path again to experimenting with nix with elixir and nerves.</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">[nix-shell:~]$ elixir -v
Erlang/OTP 24 [erts-12.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]

Elixir 1.13.2 (compiled with Erlang/OTP 24)

[nix-shell:~]$ iex
Erlang/OTP 24 [erts-12.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]

Interactive Elixir (1.13.2) - press Ctrl+C to exit (type h() ENTER for help)
iex 14:43 -1 &gt;
</code></pre>
<p>I manually installed</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">mix local.hex --force
mix local.rebar --force
mix archive.install --force hex nerves_bootstrap

$ mix nerves.info (edited output)
Nerves:           1.7.12
Nerves Bootstrap: 1.10.5
Elixir:           1.12.3
|nerves_bootstrap| Info End
</code></pre>
<p>And then tested burning nerves project to sdcard following getting started instructions.<br>
<a href="https://hexdocs.pm/nerves/getting-started.html" rel="noopener nofollow ugc">https://hexdocs.pm/nerves/getting-started.html</a></p>
<pre data-code-wrap="elixir"><code class="lang-elixir">$ mix firmware.burn
</code></pre>
<p>I got prompted for password by macos<br>
thanks</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="242147" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/nerves-development-environment-with-docker-and-vs-code/35973/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-242147" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="242147"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>