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