initial commit

This commit is contained in:
2022-07-10 18:08:42 +08:00
commit 137633587b
6 changed files with 77 additions and 0 deletions

View File

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