Add todo for wezterm upgrade

This commit is contained in:
Daniel Flanagan 2024-08-01 09:53:48 -05:00
parent 2c801461fd
commit 63047aec55

View file

@ -213,16 +213,20 @@
modifications = final: prev: rec { modifications = final: prev: rec {
helix = helix.outputs.packages.${prev.system}.helix; helix = helix.outputs.packages.${prev.system}.helix;
final.helix = helix; final.helix = helix;
wezterm = prev.wezterm.overrideAttrs rec { # TODO: would love to use a current wezterm build so I can make use of ssh/mux functionality without breakage
version = "56a27e93a9ee50aab50ff4d78308f9b3154b5122"; # source: https://github.com/wez/wezterm/issues/3771
src = prev.fetchFromGitHub { # wezterm = prev.wezterm.overrideAttrs rec {
owner = "wez"; # version = "56a27e93a9ee50aab50ff4d78308f9b3154b5122";
repo = "wezterm"; # src = prev.fetchFromGitHub {
rev = version; # owner = "wez";
fetchSubmodules = true; # repo = "wezterm";
hash = "sha256-zl0Me24ncrpXUCvkQHlbgUucf0zrkhFFI242wsSQKLw="; # rev = version;
}; # fetchSubmodules = true;
}; # hash = "sha256-zl0Me24ncrpXUCvkQHlbgUucf0zrkhFFI242wsSQKLw=";
# };
# cargoLockFile = null;
# cargoHash = "";
# };
}; };
unstable-packages = final: _prev: { unstable-packages = final: _prev: {