about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--overlays/base/default.nix4
-rw-r--r--overlays/base/patches/dmenu_height.patch (renamed from patches/dmenu_height.patch)0
-rw-r--r--overlays/base/patches/kcc.patch (renamed from patches/kcc.patch)0
3 files changed, 2 insertions, 2 deletions
diff --git a/overlays/base/default.nix b/overlays/base/default.nix
index e313db4..47523b4 100644
--- a/overlays/base/default.nix
+++ b/overlays/base/default.nix
@@ -17,7 +17,7 @@ final: prev:
       sha256 = "sha256-MyNMxdaWtgjClZGIHUtYwwx51u5NII5Ce4BnOnUojo8=";
     };
 
-    patches = [ ../../patches/dmenu_height.patch ];
+    patches = [ ./patches/dmenu_height.patch ];
   });
 
   st = prev.st.overrideAttrs (old: {
@@ -55,7 +55,7 @@ final: prev:
       sha256 = "sha256-vH3Cz7nL+sStogcCRLcN30Iap25f5hylXHECX52G4f0=";
     };
     patches = [
-      ../../patches/kcc.patch
+      ./patches/kcc.patch
       (prev.fetchpatch
         {
           url = "https://github.com/Baitinq/kcc/commit/73cd0dd107901bebe7d72e2b86ecf8b830a19758.diff";
diff --git a/patches/dmenu_height.patch b/overlays/base/patches/dmenu_height.patch
index acda047..acda047 100644
--- a/patches/dmenu_height.patch
+++ b/overlays/base/patches/dmenu_height.patch
diff --git a/patches/kcc.patch b/overlays/base/patches/kcc.patch
index 73c754c..73c754c 100644
--- a/patches/kcc.patch
+++ b/overlays/base/patches/kcc.patch