|
You are here |
ianthehenry.com | ||
| | | | |
ejpcmac.net
|
|
| | | | | [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. | |
| | | | |
serokell.io
|
|
| | | | | Learn about Nix, Nix flakes, and how to use Nix flakes to build applications in various languages. | |
| | | | |
www.zombiezen.com
|
|
| | | | | I recently spent some time learning Nix after watching this talk by Xe. Nix is a package manager/build system for Linux and macOS. It does a number of things I really like: Transparent handling of source and binary packages. Includes a rich central package registry, but you can host your package descriptions or binaries anywhere. Does not require root and runs alongside any Linux distribution. Easy to pin or customize versions of individual packages. Straightforward support for project-specific dependenc... | |
| | | | |
hugosum.com
|
|
| | | In this post, I will show you how to define and recreate development environment of your projects anywhere using Nix Flake | ||