aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-01-25 21:08:40 +0100
committerGitHub <noreply@github.com>2023-01-25 21:08:40 +0100
commitaa61ae03da907cf23ed34d3c7f40a21f4464d6be (patch)
treebb67f9e3e95831c286a29ef53c555e08e3bc75eb /doc/manual
parent33263ee20f31b6e73265fccdebaf9eb6e03d8621 (diff)
parentf465e378c431e9efa84e03a0446a1380ceb18485 (diff)
Merge pull request #7685 from obsidiansystems/fix-change-log
Fix the 2.13 changelog
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/release-notes/rl-2.13.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-2.13.md b/doc/manual/src/release-notes/rl-2.13.md
index 2ebf19f60..168708113 100644
--- a/doc/manual/src/release-notes/rl-2.13.md
+++ b/doc/manual/src/release-notes/rl-2.13.md
@@ -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 nixpkgs#glibc^dev
```
does already.