about summary refs log tree commit diff
path: root/users/glittershark/gws.fyi/site.nix
blob: a74bee0bef0a3679e6100759e83fad84db6c3eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
args@{ pkgs ? import <nixpkgs> {}, ... }:

let

  orgExportHTML = import ./orgExportHTML.nix args;

in

{
  index = orgExportHTML ./index.org;
}