Include revisions of inputs in flake overview

This commit is contained in:
2025-02-01 20:29:27 +01:00
parent 4a2f16d6ff
commit aa2ac96288
4 changed files with 21 additions and 16 deletions

View File

@@ -10,8 +10,8 @@
<h2>Revisions</h2>
<ul>
{% for flake_revision in flake_revisions %}
<li><a href="{{ flake_revision.link() }}">{{ flake_revision.revision }}</a> ({{ flake_revision.last_modified }})</li>
{% for revision in revisions %}
<li><a href="{{ revision.link() }}">{{ revision.revision_uri }}</a> ({{ revision.last_modified }})</li>
{% endfor %}
</ul>
{% endblock %}