Posts with the tag education
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.
Introducing Zero To Nix
Introducing a brand new, beginner-friendly learning resource for Nix and the Nix ecosystem.
Streamline your GitHub Actions dependencies using Nix
Make your CI pipeline both strictly declarative and reproducible across environments by replacing third-party Actions with Nix shell environments.
Using Nix to run software with no installation steps
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.
Effortless dev environments with Nix and direnv
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.
Building a highly optimized home environment with Nix
How I used Home Manager and a personal project called Nome to declutter and optimize my home environment using Nix.