about summary refs log tree commit diff
path: root/nixpkgs-overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs-overlays/patches/default.nix')
-rw-r--r--nixpkgs-overlays/patches/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs-overlays/patches/default.nix b/nixpkgs-overlays/patches/default.nix
index 54a8071c687f..12bc1ccb67d5 100644
--- a/nixpkgs-overlays/patches/default.nix
+++ b/nixpkgs-overlays/patches/default.nix
@@ -1,6 +1,8 @@
 self: super: {
   bemenu = self.callPackage ./bemenu { inherit (super) bemenu; };
 
+  direnv = self.callPackage ./direnv { inherit (super) direnv; };
+
   firefoxPackages = self.callPackage ./firefox/packages.nix {
     inherit (super) firefoxPackages;
   };