flake: Switch to mobile-nixos fork to fix call volume

We should be able to fix more things in the fork later.
This commit is contained in:
Donovan Glover 2024-06-27 18:45:36 -04:00
parent c28411e747
commit d5f8261627
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@ -186,15 +186,15 @@
"mobile-nixos": { "mobile-nixos": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1715627339, "lastModified": 1719516518,
"narHash": "sha256-HJ6V7hc64iBqXlZ8kH4sXmUzPH+0Hn6wYURmZmL5LFk=", "narHash": "sha256-uwPg/FxiUIWxT/msiiDa0fm5FpSKVoFwl+v2yDa5Kq8=",
"owner": "NixOS", "owner": "donovanglover",
"repo": "mobile-nixos", "repo": "mobile-nixos",
"rev": "655c8830d5fe2eae79c8fc0bab8033b34c8456eb", "rev": "45f4c13d6079112154d1dd035ebda851ce607294",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "donovanglover",
"repo": "mobile-nixos", "repo": "mobile-nixos",
"type": "github" "type": "github"
} }

View File

@ -21,7 +21,7 @@
}; };
mobile-nixos = { mobile-nixos = {
url = "github:NixOS/mobile-nixos"; url = "github:donovanglover/mobile-nixos";
flake = false; flake = false;
}; };
}; };