about summary refs log tree commit diff stats

Searchix

Development

Pre-requisites

Setup

  1. Optional: use cachix to avoid building some tools

    shell-session cachix use pre-commit-hooks

  2. Start a nix shell (this will take some time)

    shell-session nix develop

  3. Optional: install and set up lorri and use lorri shell instead of nix develop

  4. Optional: install direnv, integrate it with your shell and then run

    shell-session ln -s .envrc.sample .envrc

    Now nix develop or lorri shell will be run for you automatically when you cd into this directory.