Node development environment based on Nix

First thoughts on using node2nix to mange a development environment which contains a mix of Python and Node dependencies. In this step I describe my use case and the first impressions of node2nix.

My current main use case

I am using the node based dependencies to build the frontend assets …

more ...



Hello Nix World

Another piece in my technology puzzle to set up a simple blog based on a static site generator is Nix - The Purely Functional Package Manager.

Why do I want it

Based on Nix I am able to describe which tools I need to build the blog. It will then get …

more ...