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]; }