Feat: add mihomo MRS format

This commit is contained in:
Kirill Sobakin
2026-03-22 00:04:43 +03:00
parent d5ff6c38dd
commit 74cd5a4767
5 changed files with 95 additions and 1 deletions

View File

@@ -6,11 +6,13 @@ pkgs.mkShell {
python312Packages.tldextract
python312Packages.protobuf
sing-box
mihomo
];
shellHook = ''
echo "Environment ready!"
echo "Python version: $(python --version)"
echo "sing-box version: $(sing-box version 2>/dev/null || echo 'not available')"
echo "mihomo version: $(mihomo -v 2>/dev/null || echo 'not available')"
'';
}