nixpkgs/pkgs/top-level/all-packages.nix

6 lines
156 B
Nix
Raw Permalink Normal View History

2022-07-10 18:08:42 +08:00
with import <nixpkgs> {};
with pkgs;
{
2022-07-18 15:12:35 +08:00
clash-premium = callPackage (import ../network/proxy/clash-premium).clash-premium { version = "2022.07.07"; };
}