diff options
author | lassulus <lass@lassul.us> | 2017-01-21 23:26:48 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-21 23:26:48 +0100 |
commit | cc928ccbc60b5c2dfcb6417d187dae78ffe7cb6f (patch) | |
tree | 608d4690a55c8748c3eab4cc06401c9ed93c5609 /lib | |
parent | 65de42b52ca86375e355fec7613b129df3bccbe4 (diff) |
move indent to lib
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index 2b12fa4bf..7e61c9413 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -39,6 +39,8 @@ let string = toJSON x; # close enough }.${type} or reject; + indent = replaceChars ["\n"] ["\n "]; + }; in |