about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/comments/default.nix
blob: c1f5459c56c85e6b36695d29622ab553ec7fc5f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  (
    final: prev: {
      yt = import ./comments.nix {
        inherit
          (prev)
          lib
          makeWrapper
          rustPlatform
          # dependencies

          less
          fmt
          ;
      };
    }
  )
]