Update patches

This commit is contained in:
Thiago Kenji Okada
2022-08-16 17:33:04 +01:00
parent 7aaba5f363
commit b72dc63c39
3 changed files with 30 additions and 77 deletions

View File

@@ -87,10 +87,7 @@ let
src = lock "doom-emacs";
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patches = [
(substituteAll {
src = ./patches/fix-paths.patch;
private = builtins.toString doomPrivateDir;
})
./patches/fix-paths.patch
];
installPhase = ''
mkdir -p $out