all repos — searchix @ ff3d5a36af52cf8bb06bf9c0e3a519536e2fa2f2

Search engine for NixOS, nix-darwin, home-manager and NUR users

docs/developing.md (view raw)

Development

Pre-requisites

Setup

  1. Optional: use cachix to avoid building some tools

    cachix use pre-commit-hooks
    
    1. Start a nix shell (this will take some time) shell-session nix develop
  2. Optional: install direnv, integrate it with your shell and then run

    ln -s .envrc.sample .envrc
    

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