diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-09-16 14:18:46 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-09-16 14:18:46 +0200 |
commit | 2eacc1bc00fcc3bccd470b846062c63bc408be05 (patch) | |
tree | ab0b48f47a5ca0f1cfcbb2cef99a6a6d1e462d0b | |
parent | 609a6d6d9f1a8689c2336301a2e4db01ad20037c (diff) |
builtins.toFile: Fix indentation
-rw-r--r-- | src/libexpr/primops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 4a0dd5544..816980f10 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -1704,7 +1704,7 @@ static RegisterPrimOp primop_toFile({ ... cp ${configFile} $out/etc/foo.conf "; - ``` + ``` Note that `${configFile}` is an [antiquotation](language-values.md), so the result of the |