You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,13 @@ cargo build
16
16
# Regenerate GitHub actions from changed ci.nix
17
17
CI_PLATFORM=impure nix run -f https://github.com/arcnmx/ci/archive/v0.7.tar.gz run.gh-actions-generate --arg config ./ci.nix
18
18
```
19
+
20
+
## Package variants (e.g. features)
21
+
22
+
package.nix supports a `features` parameter. If you define a package with features, you can use the variant in both the outputs and within CI to provide builds with certain features.
0 commit comments