From 4cffe52c15c1d0985bbf87ffba14288a10891df9 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 3 Nov 2025 13:31:20 -0300 Subject: [PATCH 1/2] Fix tiny thing in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15ae7f0..4ab035f 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ The `DeterminateSystems/ci` workflow provides a number of outputs that you can u | `flake_name` | The name of the flake | `DeterminateSystems/flakehub-push` | | `flake_version` | The version of the published flake | `0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | | `flakeref_exact` | A precise flake reference that always resolves to this to this exact release. | `DeterminateSystems/flakehub-push/=0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | -| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | ``DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | +| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | `DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | ## Notes From 6b48d35c3ce65e096e977798d318a58f2c896849 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 3 Nov 2025 13:33:23 -0300 Subject: [PATCH 2/2] Make things prettier --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ab035f..771cb07 100644 --- a/README.md +++ b/README.md @@ -209,9 +209,9 @@ The `DeterminateSystems/ci` workflow provides a number of outputs that you can u | Output | Description | Example | | :------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `flake_name` | The name of the flake | `DeterminateSystems/flakehub-push` | -| `flake_version` | The version of the published flake | `0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | -| `flakeref_exact` | A precise flake reference that always resolves to this to this exact release. | `DeterminateSystems/flakehub-push/=0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | -| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | `DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | +| `flake_version` | The version of the published flake | `0.1.99+rev-2075013a3f35...` | +| `flakeref_exact` | A precise flake reference that always resolves to this to this exact release. | `DeterminateSystems/flakehub-push/=0.1.99+rev-2075013a3f3...` | +| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | `DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f35...` | ## Notes