{ pkgs ? import {} }: { copy = (source: destination: pkgs.writeTextDir destination (builtins.readFile source) ); }