Add websocat

This commit is contained in:
2025-08-24 00:18:15 +02:00
parent 831327def5
commit c4fb2f6fd6
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -2,5 +2,6 @@
pkgs.mkShell {
packages = with pkgs; [
go
websocat
];
}