Tag Archives: NixOS

Nix for Everyone: Unleash Devbox for Simplified Development

Simplify your development game with Devbox acting as a simplification layer on top of Nix. Use it to install all the tools required to work on a project and create ephemeral environments that can run as local Shells, remotely as DevContains for GitHub CodeSpaces or DevPod, in Docker containers, or in CI/CD pipelines.

Continue reading

Say Goodbye to Containers – Ephemeral Environments with Nix Shell

With Nix Shell, you can instantly spin up the exact environment you need, tailored to specific projects, and discard it with ease once you’re done. No containers!

We’ll walk you through the installation of Nix and various ways to craft custom environments with Nix Shell.

Continue reading