nix-tree v0.2.0 Release Notes

Release Date: 2022-01-02 // over 2 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.
    • ๐Ÿ›  fix: Fix timeout when running external command for the 'yank' functionality (issue: [#25][])

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