1
0
Fork 1
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:
Adam Dinwoodie 2024-12-31 19:27:52 +00:00
parent 14739ba70c
commit a46eb8266a

View file

@ -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`.
:::