diff --git a/flake.lock b/flake.lock index 3e57a7e..2aff6f3 100644 --- a/flake.lock +++ b/flake.lock @@ -24,16 +24,15 @@ "mobile-nixos": { "flake": false, "locked": { - "lastModified": 1677546929, - "narHash": "sha256-KwGBgdRq/yWBfp3UVSm3s+kI2PGpsNkXVqsDMQppBaI=", - "owner": "wentam", + "lastModified": 1684164457, + "narHash": "sha256-lZe1/V58ryN9/AqPRiC0MS3KEQES2XxjQfVPGV7bOA4=", + "owner": "kiana-S", "repo": "mobile-nixos", - "rev": "7f49a14c58fc8cace414a04b48ba5619ed025e13", + "rev": "1c4cec3523c2012537bd39a9c05325c77633e7a8", "type": "github" }, "original": { - "owner": "wentam", - "ref": "ppp-pr", + "owner": "kiana-S", "repo": "mobile-nixos", "type": "github" } diff --git a/flake.nix b/flake.nix index 75e5753..884b5bb 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; - mobile-nixos.url = "github:wentam/mobile-nixos/ppp-pr"; + mobile-nixos.url = "github:kiana-S/mobile-nixos"; mobile-nixos.flake = false; sxmo.url = "github:wentam/sxmo-nix";