diff --git a/src/storage.rs b/src/storage.rs index b9f2854..9fed326 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -33,6 +33,11 @@ impl Storage { SELECT uri FROM flake_revisions + UNION + SELECT + uri + FROM flake_revisions_inputs + WHERE uri IS NOT NULL GROUP BY uri ORDER BY uri ") diff --git a/templates/flakes.html b/templates/flakes.html index 1234ebe..d4ab143 100644 --- a/templates/flakes.html +++ b/templates/flakes.html @@ -3,6 +3,8 @@ {% block content %}

All flakes

+

Displays all flakes explicitly scanned and automatically discovered by the tracker.

+