diff --git a/pkgs/overlays.nix b/pkgs/overlays.nix --- a/pkgs/overlays.nix +++ b/pkgs/overlays.nix @@ -8,10 +8,10 @@ self: super: { }; patches = [ - ./git_patches/docbook2texi.patch - ./git_patches/symlinks-in-bin.patch - ./git_patches/git-sh-i18n.patch - ./git_patches/ssh-path.patch + ./patches/git/docbook2texi.patch + ./patches/git/symlinks-in-bin.patch + ./patches/git/git-sh-i18n.patch + ./patches/git/ssh-path.patch ]; }); diff --git a/pkgs/git_patches/docbook2texi.patch b/pkgs/patches/git/docbook2texi.patch rename from pkgs/git_patches/docbook2texi.patch rename to pkgs/patches/git/docbook2texi.patch diff --git a/pkgs/git_patches/git-sh-i18n.patch b/pkgs/patches/git/git-sh-i18n.patch rename from pkgs/git_patches/git-sh-i18n.patch rename to pkgs/patches/git/git-sh-i18n.patch diff --git a/pkgs/git_patches/ssh-path.patch b/pkgs/patches/git/ssh-path.patch rename from pkgs/git_patches/ssh-path.patch rename to pkgs/patches/git/ssh-path.patch diff --git a/pkgs/git_patches/symlinks-in-bin.patch b/pkgs/patches/git/symlinks-in-bin.patch rename from pkgs/git_patches/symlinks-in-bin.patch rename to pkgs/patches/git/symlinks-in-bin.patch