mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-14 15:46:58 -05:00
Move patches to its own directory
This commit is contained in:
@@ -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;
|
||||
})
|
||||
];
|
||||
|
Reference in New Issue
Block a user