···77 owner = "freebsd";
88 repo = "freebsd-src";
99 inherit (sourceData) rev hash;
1010+1111+ # The GitHub export excludes some files in the git source
1212+ # that were marked `export-ignore`.
1313+ # A normal git checkout will keep those files,
1414+ # matching the update script
1515+ forceFetchGit = true;
1016}