aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
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 { }