feat(keep-alive): add keep-alive option

This commit is contained in:
2025-09-27 21:49:17 +01:00
parent ddb0d2ca4e
commit 2240d18f0b
13 changed files with 363 additions and 619 deletions

View File

@@ -26,6 +26,11 @@
go
gotools
golangci-lint
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
pandas
matplotlib
seaborn
]))
];
};
});