Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54ef7e7

Browse files
committed
Typo
(cherry picked from commit 3ff9fc0)
1 parent b5e1da4 commit 54ef7e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/manual/src/release-notes/rl-2.13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
2626
For example,
2727
```shell-session
28-
# nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev`
28+
# nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev
2929
```
3030
now works just as
3131
```shell-session
32-
# nix-build glibc^dev`
32+
# nix-build glibc^dev
3333
```
3434
does already.
3535

0 commit comments

Comments
 (0)