Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
args@{ pkgs ? import <nixpkgs> {}, ... }:
let
orgExportHTML = import ./orgExportHTML.nix args;
in
{
index = orgExportHTML ./index.org;
recipes = orgExportHTML ./recipes;
}