Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Mar 11, 2024
1 parent 4910d74 commit 02289e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/manual/rl-next/nix-eval-derivations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
synopsis: `nix eval` prints derivations as `.drv` paths
prs: 10200
---

`nix eval` will now print derivations as their `.drv` paths, rather than as
attribute sets. This makes commands like `nix eval nixpkgs#bash` terminate
instead of infinitely looping into recursive self-referential attributes:

```ShellSession
$ nix eval nixpkgs#bash
«derivation /nix/store/m32cbgbd598f4w299g0hwyv7gbw6rqcg-bash-5.2p26.drv»
```

0 comments on commit 02289e8

Please sign in to comment.