mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 18:12:34 +09:00
doc/packages/build-support: remove stray backtick
This corrects a start/end error in the formatting of code in one of the examples.
This commit is contained in:
parent
14739ba70c
commit
a46eb8266a
1 changed files with 1 additions and 1 deletions
|
@ -98,5 +98,5 @@ substituteAllFiles {
|
|||
}
|
||||
```
|
||||
|
||||
in the resulting derivation, every instance of `@hello@` will be replaced with `there` in `$out/foo.txt` and` `$out/bar.txt`; `baz.txt` will not be processed nor will it appear in `$out`.
|
||||
in the resulting derivation, every instance of `@hello@` will be replaced with `there` in `$out/foo.txt` and `$out/bar.txt`; `baz.txt` will not be processed nor will it appear in `$out`.
|
||||
:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue