Skip to content

Environment

If you have Nix installed on your system, you can take advantage of the tools automatically installed in the development shell, using nix-shell, by cloning the repository. The development shell can be loaded automatically if you also have direnv installed.

git clone https://gitlab.com/jrhawley/quill
cd quill

# If direnv is installed
direnv allow
# Or if only Nix is installed
nix-shell