depot/pkgs/development/tools/selenium/chromedriver/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
163 B
Nix
Raw Normal View History

{ lib, stdenv, chromium, callPackage }:
if lib.meta.availableOn stdenv.hostPlatform chromium
then callPackage ./source.nix {}
else callPackage ./binary.nix {}