Manage web development with nix flake #
what is Nix #
Nix is a powerful tools to reproducible, declarative and reliable environment management and system configuration. Unlike other package management tools like chocolate or brew, Nix use nix lanaugage to manage environment with declarative approach, it can be declare the environment and manage it across the system, it can be reliabled reproduce the environment and upgrade the environment base on the configuration.
Nix flake #
last updated: