about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-21 16:36:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 00:18:58 +0200
commit420485f638fa6cc166e6e7f2cfc0586f2b83c48c (patch)
tree0cf29749c6ab2a35a0cb7d4fe4f23c826628324c
parentOverlays: Base: Add database arg patch to comma (diff)
downloadnixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.tar.gz
nixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.tar.bz2
nixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.zip
Misc: Move patches to their respective overlay's folder
-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