You can have multiple inputs pointing to the same repo at diverent revisions, eg ``` inputs.foo.url = github:user/proj?rev=$REV1; inputs.bar.url = github:user/proj?rev=$REV2; ``` Where `$REV1` and `$REV2` are git commit hashes