all repos — searchix @ 15a5b3210a073c83dbd1ace8969df83c53dac755

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: listen for SIGHUP if running in a terminal

Alan Pearce
commit

15a5b3210a073c83dbd1ace8969df83c53dac755

parent

8df14f9bef62ef8ea37afb49e04a2873e914e45c

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M gomod2nix.tomlgomod2nix.toml
@@ -173,8 +173,11 @@ [mod."golang.org/x/net"]
version = "v0.41.0" hash = "sha256-6/pi8rNmGvBFzkJQXkXkMfL1Bjydhg3BgAMYDyQ/Uvg=" [mod."golang.org/x/sys"] + version = "v0.35.0" + hash = "sha256-ZKM8pesQE6NAFZeKQ84oPn5JMhGr8g4TSwLYAsHMGSI=" + [mod."golang.org/x/term"] version = "v0.34.0" - hash = "sha256-5rZ7p8IaGli5X1sJbfIKOcOEwY4c0yQhinJPh2EtK50=" + hash = "sha256-faLolF6EUSSaC0ZwRiKH5JF/TmtcMQ+m+RWWl6Pk1PU=" [mod."golang.org/x/text"] version = "v0.26.0" hash = "sha256-N+27nBCyGvje0yCTlUzZoVZ0LRxx4AJ+eBlrFQVRlFQ="