seperate clash-updater

This commit is contained in:
2022-07-18 15:12:35 +08:00
parent 7270a94cde
commit 1c484f8caa
4 changed files with 80 additions and 60 deletions

View File

@ -1,5 +1,5 @@
with import <nixpkgs> {};
with pkgs;
{
clash-premium = callPackage ../network/proxy/clash-premium { version = "2022.07.07"; };
}
clash-premium = callPackage (import ../network/proxy/clash-premium).clash-premium { version = "2022.07.07"; };
}