Make directories configurable using a patch

This commit is contained in:
Oliver Davies 2025-04-23 14:19:05 +01:00
parent 2bedd41d83
commit dc2de9334d
5 changed files with 77 additions and 38 deletions

View file

@ -22,7 +22,11 @@ stdenv.mkDerivation {
patches = [
./move-default-script.patch
./add-tmux-file.patch
./configure-directories.patch
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/ThePrimeagen/tmux-sessionizer/pull/2.patch";
sha256 = "sha256-4/4rzve49T3FHnl9WWUPJVcb0NQojMQjIVnEZGwVAsY=";
})
];
installPhase = ''