feat: create mymx service

This commit is contained in:
Jet Pham 2026-03-04 12:20:26 -08:00
parent 478af69792
commit ad8cb52169
No known key found for this signature in database
20 changed files with 3152 additions and 1 deletions

39
flake.lock generated
View file

@ -20,6 +20,23 @@
"type": "github"
}
},
"mymx": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"path": "./services/mymx",
"type": "path"
},
"original": {
"path": "./services/mymx",
"type": "path"
},
"parent": []
},
"nixpkgs": {
"locked": {
"lastModified": 1772198003,
@ -39,8 +56,30 @@
"root": {
"inputs": {
"disko": "disko",
"mymx": "mymx",
"nixpkgs": "nixpkgs"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"mymx",
"nixpkgs"
]
},
"locked": {
"lastModified": 1772593411,
"narHash": "sha256-47WOnCSyOL6AghZiMIJaTLWM359DHe3be9R1cNCdGUE=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "a741b36b77440f5db15fcf2ab6d7d592d2f9ee8f",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",