aboutsummaryrefslogtreecommitdiff
path: root/pkgs/zen-browser-bin.nix
blob: 157aa46037a4a2c767fe19a70edcce6b78ecc6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  pkgs,
  self,
  yae,
}:
import "${self}/lib/zen-browser-bin.nix" {
  name = "zen-browser-bin";
  source = yae.zen-browser-bin;
} { inherit pkgs; }