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

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 {}