···7 owner = "freebsd";
8 repo = "freebsd-src";
9 inherit (sourceData) rev hash;
10+11+ # The GitHub export excludes some files in the git source
12+ # that were marked `export-ignore`.
13+ # A normal git checkout will keep those files,
14+ # matching the update script
15+ forceFetchGit = true;
16}