
Nuenv: an experimental Nushell environment for Nix
How and why I replaced Nix's Bash-based standard environment with a much more powerful and expressive build apparatus.
7 slices of Nix-related goodness for your perusal

How and why I replaced Nix's Bash-based standard environment with a much more powerful and expressive build apparatus.


Introducing a brand new, beginner-friendly learning resource for Nix and the Nix ecosystem.

Make your CI pipeline both strictly declarative and reproducible across environments by replacing third-party Actions with Nix shell environments.

All you need is the Nix CLI and a flake URL to run executables using Nix. There's nothing else quite like it in our industry.

Like many of you, I work on a lot of different projects. Even when a project is less serious—hey, I should check out this new JS framework!—I strive to reduce the friction involved with setting up the project's dev environment to the absolute bare minimum possible.

How I used Home Manager and a personal project called Nome to declutter and optimize my home environment using Nix.