about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-24 18:10:06 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-24 18:10:06 +0200
commita8e3b566055b57de5099ce8a4b23bc643b231448 (patch)
tree6643ecb017fa80e0d060e7e7993b043712208335 /overlays
parentFixed bug with phobos hostname being called baitinq (diff)
downloadnixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.tar.gz
nixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.tar.bz2
nixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.zip
Fixed bug with overlays being inside their own directory
Diffstat (limited to 'overlays')
-rw-r--r--overlays/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/base/default.nix b/overlays/base/default.nix
index a62356f..f17e9e2 100644
--- a/overlays/base/default.nix
+++ b/overlays/base/default.nix
@@ -71,7 +71,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";