documentation: correct precedence of included configs in environment spack.yaml (#18663)
fixes #17993
This commit is contained in:
@@ -441,8 +441,8 @@ Environments can include files with either relative or absolute
|
|||||||
paths. Inline configurations take precedence over included
|
paths. Inline configurations take precedence over included
|
||||||
configurations, so you don't have to change shared configuration files
|
configurations, so you don't have to change shared configuration files
|
||||||
to make small changes to an individual Environment. Included configs
|
to make small changes to an individual Environment. Included configs
|
||||||
listed later will have higher precedence, as the included configs are
|
listed earlier will have higher precedence, as the included configs are
|
||||||
applied in order.
|
applied in reverse order.
|
||||||
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Manually Editing the Specs List
|
Manually Editing the Specs List
|
||||||
|
Reference in New Issue
Block a user