all repos — searchix @ 38c96a03c347395af9afe2c0e19266d6caa0ae0c

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

README.md (view raw)

Searchix

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-shell
  2. Optional: install and set up lorri and use lorri shell instead of nix-shell

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

    ln -s .envrc.sample .envrc
    

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