mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Make useAnchors a named argument
This commit is contained in:
parent
80f0b8d307
commit
2851e239a7
3 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ let
|
|||
|
||||
**Settings**:
|
||||
|
||||
${showSettings false settings}
|
||||
${showSettings { useAnchors = false; } settings}
|
||||
'';
|
||||
in concatStrings (attrValues (mapAttrs showStore cliDump.stores));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue