summaryrefslogtreecommitdiff
path: root/src.nix
blob: a8c1d74d05da4417959fe6700aa2c4a9e41a18fd (plain)
1
2
3
4
5
6
7
{lib, ...}: let
  fs = lib.fileset;
in
  fs.toSource {
    root = ./.;
    fileset = fs.unions [./html ./lib ./css ./static ./make.nix];
  }