mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
423 B
423 B
| synopsis | prs |
|---|---|
| `nix eval` prints derivations as `.drv` paths | 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:
$ nix eval nixpkgs#bash
«derivation /nix/store/m32cbgbd598f4w299g0hwyv7gbw6rqcg-bash-5.2p26.drv»