1
0
Fork 0
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:
Eelco Dolstra 2023-03-23 10:08:49 +01:00
parent 80f0b8d307
commit 2851e239a7
3 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ let
**Settings**:
${showSettings false settings}
${showSettings { useAnchors = false; } settings}
'';
in concatStrings (attrValues (mapAttrs showStore cliDump.stores));