Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e1da4 commit 54ef7e7Copy full SHA for 54ef7e7
1 file changed
doc/manual/src/release-notes/rl-2.13.md
@@ -25,11 +25,11 @@
25
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
26
For example,
27
```shell-session
28
- # nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev`
+ # nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev
29
```
30
now works just as
31
32
- # nix-build glibc^dev`
+ # nix-build glibc^dev
33
34
does already.
35
0 commit comments