{ writeTextFile, linkFarm }: hostname: let mewp = writeTextFile { name = "index.html"; text = '' kat's ${hostname}

mew! welcome to ${hostname} ><

stop snooping, it's mean! o:

''; }; mewy = "${./splash.jpg}"; in linkFarm "index" [ { name = "index.html"; path = mewp; } { name = "splash.jpg"; path = mewy; } ]