Explore >> Select a destination


You are here

bradparker.com
| | ejpcmac.net
16.9 parsecs away

Travel
| | [AI summary] The article provides a comprehensive guide on using Nix for managing development environments, integrating it with tools like direnv for persistent shell configurations, and optimizing the Nix store for disk space. It also discusses the transition from asdf to Nix, highlighting Nix's superior capabilities in environment management and build automation.
| | myme.no
23.3 parsecs away

Travel
| |
| | www.integralist.co.uk
19.6 parsecs away

Travel
| | Introduction I'm an engineer with a new laptop, which requires setting up with various development tools and configuration. This post is my attempt to capture and document my process for getting a new dev environment set-up. I used to try and automate a lot of this with bash scripts, but realised over time that things go out of date quite quickly (e.g. OS configurations can change substantially, as well as my preferred ways of working).
| | davi.sh
34.4 parsecs away

Travel
| I recently got a new computer and am spending some time actually digging into Nix for managing dependencies. My main issue the last time I tried using Nix was how tough it was for me to wade through the documentation, so I was determined to try a different path this time. I started off with the very opinionated Zero to Nix tutorial series, which I thought was a great introduction. After learning about Nix and Flakes, and getting my website building locally with a nix-powered development environment court...