Move patches to its own directory

This commit is contained in:
Thiago Kenji Okada
2022-07-08 16:48:39 +01:00
parent 744cfb8a1d
commit ffa42074ba
6 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ let
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patches = [
(substituteAll {
src = ./fix-paths.patch;
src = ./patches/fix-paths.patch;
private = builtins.toString doomPrivateDir;
})
];
@@ -176,7 +176,7 @@ let
patches = [
(substituteAll {
src = ./nix-integration.patch;
src = ./patches/nix-integration.patch;
local = doomLocal;
})
];