[Jardin](https://guyonvarch.gitlab.io/jardin) ============================================= [![build status](https://gitlab.com/guyonvarch/jardin/badges/master/build.svg)](https://gitlab.com/guyonvarch/jardin/commits/master) Gettings started ---------------- Install nix and follow the instructions: ```sh curl https://nixos.org/nix/install | sh ``` Then: ```sh make start ``` Later, stop the environment with: ```sh make stop ```