diff --git a/darwin/modules/services/mihomo.nix b/darwin/modules/services/mihomo.nix index a205e56..2610e49 100644 --- a/darwin/modules/services/mihomo.nix +++ b/darwin/modules/services/mihomo.nix @@ -25,7 +25,7 @@ in { - https://metacubexd.pages.dev - yacd: - https://yacd.haishan.me - - clash-dashboard (buggy): + - clash-dashboard: - https://clash.razord.top ''; }; diff --git a/flake.lock b/flake.lock index 7a7cbe0..11e73fc 100644 --- a/flake.lock +++ b/flake.lock @@ -322,26 +322,6 @@ "type": "github" } }, - "nixcasks": { - "inputs": { - "nixpkgs": [ - "nixpkgs-stable" - ] - }, - "locked": { - "lastModified": 1720301939, - "narHash": "sha256-yP2+IPhcUscJbwbuAaHQRAIKrrnF1ePQBwwzGFlfqmE=", - "owner": "jacekszymanski", - "repo": "nixcasks", - "rev": "b3ebbbc306d051edb9bc2fa9dc791dabfd3d106b", - "type": "github" - }, - "original": { - "owner": "jacekszymanski", - "repo": "nixcasks", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1719895800, @@ -503,7 +483,6 @@ "nix-darwin": "nix-darwin", "nix-formatter-pack": "nix-formatter-pack", "nix-on-droid": "nix-on-droid", - "nixcasks": "nixcasks", "nixos-hardware": "nixos-hardware", "nixos-sensible": "nixos-sensible", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index ce43a85..4fea870 100644 --- a/flake.nix +++ b/flake.nix @@ -66,11 +66,6 @@ inputs.nix-formatter-pack.follows = "nix-formatter-pack"; inputs.nmd.follows = "nmd"; }; - nixcasks = { - # contains unfree - url = "github:jacekszymanski/nixcasks"; - inputs.nixpkgs.follows = "nixpkgs-stable"; - }; nur = { url = "github:nix-community/NUR"; };