about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/comments/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/comments/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/comments/default.nix b/sys/nixpkgs/pkgs/comments/default.nix
new file mode 100644
index 00000000..c1f5459c
--- /dev/null
+++ b/sys/nixpkgs/pkgs/comments/default.nix
@@ -0,0 +1,18 @@
+[
+  (
+    final: prev: {
+      yt = import ./comments.nix {
+        inherit
+          (prev)
+          lib
+          makeWrapper
+          rustPlatform
+          # dependencies
+
+          less
+          fmt
+          ;
+      };
+    }
+  )
+]