/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

johns.codes
| | blog.ysndr.de
1.0 parsecs away

Travel
| | Migrating to Nix Flakes, why, how and what are Flakes in the first place
| | myme.no
0.9 parsecs away

Travel
| | [AI summary] The article discusses the use of Nix and flakes to create a robust development environment that integrates JavaScript, Haskell, and Docker. It highlights the benefits of using Nix for managing dependencies, environment isolation, and reproducibility. The author describes various tools and techniques, such as direnv, Docker containers, and the nix develop command, to enhance productivity and streamline workflows. The conclusion emphasizes the potential of Nix as a powerful tool for developers, despite its steep learning curve.
| | tonyfinn.com
0.5 parsecs away

Travel
| | Nix Flakes can be used for more than just package definitions. This post covers how you can define a development environment in a Nix flake.
| | stephank.nl
11.5 parsecs away

Travel
| [AI summary] The article details a complex technical workflow for packaging private PHP projects with Nix flakes, specifically solving integration challenges with private Composer repositories.