aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.nix
diff options
context:
space:
mode:
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 [ ] ./.;