DavHau / mach-nix

Create highly reproducible python environments
MIT License
862 stars 106 forks source link

CLI rewrite / improve dependency management #277

Open DavHau opened 3 years ago

DavHau commented 3 years ago

I want to rewrite the mach-nix CLI mainly to get rid of the the self baked dependency management contained in the current cli tool. The plan is:

this should not be necessary anymore afterwards: https://github.com/DavHau/mach-nix/issues/246

bjornfor commented 3 years ago

So this is only about the CLI? Because I'm unable to use flakes in general at this time. I'd like to continue writing nix exprs using mach-nix and stable nix, but the CLI can be flakes.

DavHau commented 3 years ago

Just the CLI. I won't deprecate the normal nix interface until nix flakes is officially stable for at least a while.