(fix): fix connection issues

This commit is contained in:
Alois 2026-07-28 01:02:05 +02:00
commit 8a48e7d46e
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
7 changed files with 80 additions and 148 deletions

17
flake.lock generated
View file

@ -18,6 +18,22 @@
"type": "github"
}
},
"mtp-type-maps": {
"flake": false,
"locked": {
"lastModified": 1785165682,
"narHash": "sha256-QAtadTecsOlrsXUA6uGGwsG+yLrlWgd4m6bwwFv/lho=",
"ref": "refs/heads/main",
"rev": "594646ac39d986f0787aa614a99d580035a67318",
"revCount": 5,
"type": "git",
"url": "https://git.methanium.net/tensamin/mtp-type-maps"
},
"original": {
"type": "git",
"url": "https://git.methanium.net/tensamin/mtp-type-maps"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1780243769,
@ -52,6 +68,7 @@
"root": {
"inputs": {
"flake-parts": "flake-parts",
"mtp-type-maps": "mtp-type-maps",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}