diff options
| author | Baitinq <[email protected]> | 2022-09-21 16:36:50 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-22 00:18:58 +0200 |
| commit | 420485f638fa6cc166e6e7f2cfc0586f2b83c48c (patch) | |
| tree | 0cf29749c6ab2a35a0cb7d4fe4f23c826628324c /overlays/base/default.nix | |
| parent | Overlays: Base: Add database arg patch to comma (diff) | |
| download | nixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.tar.gz nixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.tar.bz2 nixos-config-420485f638fa6cc166e6e7f2cfc0586f2b83c48c.zip | |
Misc: Move patches to their respective overlay's folder
Diffstat (limited to 'overlays/base/default.nix')
| -rw-r--r-- | overlays/base/default.nix | 4 |
1 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"; |