summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-08 03:44:24 +0000
committerGitHub <[email protected]>2023-11-07 22:44:24 -0500
commit2817f8e1272bd55a2e0be30bfaf7c69cb56176d3 (patch)
treeb082f0597cbc4a2391ae21d3516f63456fa8b16c /README.md
parent099fde4156bd2d50d455601ae748ab9757594c07 (diff)
ci: use artifacts to pass matrices between jobs (#1)
* docs: remove bad bullet point in readme * ci: use artifacts for passing matrices
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f97230..e0bccfd 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,8 @@ you can see a full example in [./test/lib/flake.nix](./test/lib/flake.nix)
### in workflows
when the matrix is imported, a few variables with added to the `matrix` context.
-these can allow you to customize your workflow based on what packages are building
-- such as enabling QEMU when building for aarch64
+these can allow you to customize your workflow based on what packages are building -
+such as enabling QEMU when building for aarch64
| name | use |
| --- | --- |