mach-nix/tests/test_circular_deps.nix

11 lines
130 B
Nix
Raw Normal View History

{
mach-nix ? import ../. {},
...
}:
with builtins;
2020-10-07 16:23:52 +00:00
mach-nix.mkPython {
requirements = ''
dask[complete]==2.22.0
'';
}