Make directories configurable using a patch
This commit is contained in:
parent
2bedd41d83
commit
dc2de9334d
5 changed files with 77 additions and 38 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue