aboutsummaryrefslogtreecommitdiffstats
path: root/default.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 /default.nix
parent797e4e8fc37c29043cdf8e6b11db5f5fe00b0173 (diff)
overlay tree-grepper
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index f453cd5..5359062 100644
--- a/default.nix
+++ b/default.nix
@@ -1,2 +1,5 @@
-{ pkgs ? import <nixpkgs> { } }:
+{ pkgs ? import <nixpkgs> {
+ overlays = [ (import ./pkgs) ];
+ }
+}:
pkgs.callPackage ./anissue.nix { }