nix-tree v0.2.0 Release Notes
Release Date: 2022-01-02 // almost 3 years ago-
- ๐ feat: Support passing flake references (issue: #27)
- Try `nix-tree nixpkgs#hello'
- ๐ change:
nix-tree
now requires an explicit--derivation
flag to work on store derivations rather than their outputs.- This is to be more consistent
nix path-info
.
- This is to be more consistent
- ๐ fix: Fix timeout when running external command for the 'yank' functionality (issue: [#25][])
- ๐ feat: Support passing flake references (issue: #27)
Previous changes from v0.1.9
-
- ๐ fix: Automatically enable the required 'nix-command' experimental feature on Nix >= 2.4
- ๐ fix: Do not refresh screen periodically unless necessary