diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 06:27:15 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 06:43:01 +0100 |
commit | 0d20548e3846cb80acca07fad2a1dc3cfe024528 (patch) | |
tree | 6605eb393af99914b4cce483f56e1becbcbe073d /anissue.nix | |
parent | 5842e730152a2ae11fc8772a505baa3ba81b1e9c (diff) |
chore: drop tree-grepper
Regresses in that we only support Haskell for now, as Elm, Nix or Bash
are not available as tree-sitter-* Haskell packages.
Diffstat (limited to 'anissue.nix')
-rw-r--r-- | anissue.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/anissue.nix b/anissue.nix index c2113f0..95d7cf8 100644 --- a/anissue.nix +++ b/anissue.nix @@ -12,7 +12,6 @@ , ncurses , nix-gitignore , stdenv -, tree-grepper }: stdenv.mkDerivation { name = "anissue"; @@ -26,16 +25,7 @@ stdenv.mkDerivation { wrapProgram $out/share/$(basename $bin) \ --argv0 ''' \ --set PATH ${lib.makeBinPath [ - coreutils - docopts - findutils - gawk git - gnugrep - gnused - jq - ncurses - tree-grepper ]} done ln -s $out/share/anissue.sh $out/bin/anissue |