aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-03 15:02:40 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-03 15:02:40 +0100
commit3a76b6f0fc0c9c23000dd82870922c885c34ffa6 (patch)
tree7d8227ec345ea706b1447eb5ad45f6bc50114d23 /default.nix
parent53623436f68e548b1a840ac0f7e1e4472270613d (diff)
feat: drop mdcat
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 39a79f8..44a461a 100644
--- a/default.nix
+++ b/default.nix
@@ -22,7 +22,6 @@ let
dependencies = [
pkgs.coreutils
pkgs.git
- pkgs.mdcat
pkgs.tree-grepper
];
};