main
 1{
 2  lib,
 3  buildHelixPlugin,
 4  fetchFromGitHub,
 5}:
 6buildHelixPlugin {
 7  pname = "file-tree.hx";
 8  version = "unstable-2026-05-01";
 9
10  src = fetchFromGitHub {
11    owner = "mattwparas";
12    repo = "file-tree.hx";
13    rev = "e84e92f6ab62d4436768d70639ca0ba7ec72c073";
14    hash = "sha256-AHvL0wQJqtaPDJpR+XByFWI/q9NNZfNdpMt4XXC4NMY=";
15  };
16
17  meta = {
18    description = "File tree for helix, using Steel.";
19    homepage = "https://github.com/mattwparas/file-tree.hx";
20    # license = lib.licenses.unfree; # Unclear licensing status. Marked as unfree.
21  };
22}