Skip to content

Commit

Permalink
Merge pull request #7685 from obsidiansystems/fix-change-log
Browse files Browse the repository at this point in the history
Fix the 2.13 changelog
  • Loading branch information
edolstra committed Jan 25, 2023
2 parents 33263ee + f465e37 commit aa61ae0
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 nixpkgs#glibc^dev
```
does already.

Expand Down

0 comments on commit aa61ae0

Please sign in to comment.