aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:17:34 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:17:34 +0200
commit14c7cdfdd63371e2cb154fcd41e97f9c3b459337 (patch)
tree57d42b1fd2359c25af98ba12ef0683ed596bd774 /anissue.nix
parent797e4e8fc37c29043cdf8e6b11db5f5fe00b0173 (diff)
overlay tree-grepper
Diffstat (limited to 'anissue.nix')
-rw-r--r--anissue.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/anissue.nix b/anissue.nix
index 8df12a3..db208c5 100644
--- a/anissue.nix
+++ b/anissue.nix
@@ -10,16 +10,8 @@
, ncurses
, nix-gitignore
, stdenv
+, tree-grepper
}:
-let
- # TODO package tree-grepper in Nixpkgs so that it can reuse <nixpkgs>
- tree-grepper = (import (fetchFromGitHub {
- owner = "BrianHicks";
- repo = "tree-grepper";
- rev = "refs/tags/2.4.1";
- hash = "sha256-wHqVhx2JFBm+lc3/rruBBlpF2Ylv3/oOFM5CgX5WtKs=";
- })).default;
-in
stdenv.mkDerivation {
name = "anissue";
src = nix-gitignore.gitignoreSource [ ] ./.;