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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jurraca" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jurraca/120/29438_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jurraca
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>flox is built on flakes, and interoperates with them fully. Will adjust the messaging to make that more clear <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"> 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="269783" data-batch-url="/posts/batch_likers">
                        2
                      </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/flox-a-new-version-manager/52092/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-269783" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="269783"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="269789" data-post-id="269789">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I wasn’t aware of <code>devbox</code> thanks <a class="mention" href="/u/ananthakumaran" rel="nofollow">@ananthakumaran</a> <a class="mention" href="/u/loreto" rel="nofollow">@loreto</a> I personally love working with <a href="https://github.com/spf13/cobra" class="inline-onebox" rel="noopener nofollow ugc">GitHub - spf13/cobra: A Commander for modern Go CLI interactions · GitHub</a>  this looks like a great project!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="269789" data-batch-url="/posts/batch_likers">
                        0
                      </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/flox-a-new-version-manager/52092/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-269789" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="269789"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="269790" data-post-id="269790">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Also worth mentioning: flox is bringing <code>flox publish</code> and <code>flox subscribe</code> into the mix. With <code>publish</code> we introduce the concept of the catalog, which is an enhancement of the otherwise scattered data about flox and nix builds of your projects. We make it easier to integrate and use the caches of your choosing (s3, cachix, etc), and in the end because of publishing, subscribing and the catalog, we make it less likely that you’ll trigger builds on things your team has already identically built once. Also, our approach makes it easier to drop packages right into a project (still using a flake), but without needing to compose a lot of the bolierplate code in the flake to achieve using the package. This can help people even if one person on a team is a champion of nix or flox and knows nix, because it makes it much easier for the rest of the team to adopt nix by using flox.</p>
<p>I worked on an elixir team where we used nix shells for development environments prior to joining flox. Nix turned out to be a really good fit, and we extended it to Ruby on Rails projects as well. But the improvements in flox will make the experience even better, while still being compatible with nix just as <a class="mention" href="/u/jurraca" rel="nofollow">@jurraca</a> described above. But flox will also make it simpler to use the same approach in CI, and in deploying to production (even if you are not using nixos, or are using containers, etc)</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="269790" data-batch-url="/posts/batch_likers">
                        2
                      </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/flox-a-new-version-manager/52092/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-269790" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="269790"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="321035" data-post-id="321035">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This blog post [1] isn’t available anymore, and there is no cached version.<br>
Is there an updated version of it?</p>
<p>Same thing with the Phoenix example app[2].</p>
<p>–</p>
<p>[1] <a href="https://flox.dev/blog/asdf-migration" rel="noopener nofollow ugc">https://flox.dev/blog/asdf-migration</a><br>
[2] <a href="https://github.com/flox-examples/hello-phoenix" rel="noopener nofollow ugc">https://github.com/flox-examples/hello-phoenix</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="321035" 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/flox-a-new-version-manager/52092/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-321035" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="321035"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="330460" data-post-id="330460">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/nivertech" rel="nofollow">@nivertech</a> I am working up some phoenix examples using straight nix flakes for phoenix development (on linux for the moment)</p>
<p><a href="https://github.com/samrose/nix-phoenix-flake" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/samrose/nix-phoenix-flake</a></p>
<p>I no longer work at flox, and now usually just use nix flakes directly, or <a href="https://devenv.sh/" rel="noopener nofollow ugc">https://devenv.sh/</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="330460" 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/flox-a-new-version-manager/52092/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-330460" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="330460"
                     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>