forked from lix-project/lix
builtins.toFile: Fix indentation
This commit is contained in:
parent
609a6d6d9f
commit
2eacc1bc00
|
@ -1704,7 +1704,7 @@ static RegisterPrimOp primop_toFile({
|
||||||
...
|
...
|
||||||
cp ${configFile} $out/etc/foo.conf
|
cp ${configFile} $out/etc/foo.conf
|
||||||
";
|
";
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `${configFile}` is an
|
Note that `${configFile}` is an
|
||||||
[antiquotation](language-values.md), so the result of the
|
[antiquotation](language-values.md), so the result of the
|
||||||
|
|
Loading…
Reference in a new issue