Skip to content

Commit 7ecaeb7

Browse files
authored
typo: system string syntax flipped in config.systems type (#128)
previous typo: `<kernel>-<arch>` updated: `<arch>-<kernel>`
1 parent 3c8bf84 commit 7ecaeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Defines for which systems the project should be used and deployed on.
3939

4040
Default: it will load the `inputs.systems` flake input, first from the current flake, and then fallback to the blueprint one. (see <https://github.com/nix-systems/default>).
4141

42-
Type: list of `<kernel>-<arch>` strings.
42+
Type: list of `<arch>-<kernel>` strings.
4343

4444
Example:
4545

0 commit comments

Comments
 (0)