Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ff9fc0)
  • Loading branch information
edolstra committed Jan 17, 2023
1 parent b5e1da4 commit 54ef7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/src/release-notes/rl-2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
For example,
```shell-session
# nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev`
# nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev
```
now works just as
```shell-session
# nix-build glibc^dev`
# nix-build glibc^dev
```
does already.

Expand Down

0 comments on commit 54ef7e7

Please sign in to comment.