diff options
Diffstat (limited to 'src.nix')
| -rw-r--r-- | src.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +{lib, ...}: let + fs = lib.fileset; +in + fs.toSource { + root = ./.; + fileset = fs.unions [./html ./lib ./css ./static ./make.nix]; + } |
