1 2 3 4 5 6 7 8 9 10
{ writeTextFile, php }: name: text: writeTextFile { inherit name text; checkPhase = '' ${php}/bin/php -l "$out" ''; }