mach-nix/tests/test_passthru_select_pypi_pname.nix

8 lines
165 B
Nix
Raw Normal View History

# This depends on python-dateutil which triggered an infinite recursion by get_passthru
{ mach-nix, ... }:
mach-nix.mkPython {
requirements = ''
bokeh
'';
}