1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #9931 from 9999years/pretty-printer

Pretty-print values in the REPL
This commit is contained in:
Théophane Hufschmitt 2024-02-14 13:32:58 +01:00 committed by GitHub
commit d857914e1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 195 additions and 23 deletions

View file

@ -101,7 +101,8 @@ struct NixRepl
.ansiColors = true,
.force = true,
.derivationPaths = true,
.maxDepth = maxDepth
.maxDepth = maxDepth,
.prettyIndent = 2
});
}
};