diff options
| author | Baitinq <[email protected]> | 2022-06-24 18:10:06 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-24 18:10:06 +0200 |
| commit | a8e3b566055b57de5099ce8a4b23bc643b231448 (patch) | |
| tree | 6643ecb017fa80e0d060e7e7993b043712208335 | |
| parent | Fixed bug with phobos hostname being called baitinq (diff) | |
| download | nixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.tar.gz nixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.tar.bz2 nixos-config-a8e3b566055b57de5099ce8a4b23bc643b231448.zip | |
Fixed bug with overlays being inside their own directory
| -rw-r--r-- | overlays/base/default.nix | 2 |
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"; |