Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

When writing a module, you should follow these guidelines:

  • Use a tree like structure for the head lambda args if and only if it is needed.
{
  lib,
  pkgs,
  inputs,
  ...
}:
{
  /* ommitted config */
}
  • imports should do its best to avoid going backwards in the flake's file structure.