mach-nix/tests/test_dot_in_name.nix

10 lines
132 B
Nix

{
mach-nix ? import ../. {},
...
}:
with builtins;
mach-nix.mkPython {
requirements = ''
pdfminer.six == 20200726
'';
}