5 lines
132 B
Nix
5 lines
132 B
Nix
with import <nixpkgs> {};
|
|
with pkgs;
|
|
{
|
|
clash-premium = callPackage ../network/proxy/clash-premium { version = "2022.07.07"; };
|
|
} |