DavHau

Results 328 comments of DavHau

Simplified wheel support is indeed a missing feature in mach-nix But you can still use `buildPythonPackage` from mach-nix and manually set `format = "wheel"`. example: ```nix mach-nix.mkPython { packagesExtra =...

Nice, something like this should also go into mach-nix. But since we're already doing IFD, we could also just use `wheel2json` from the `wheel-inspect` package, then parse the json with...

If the R interpreter is required in all cases, shouldn't we just add it automatically?

I never use R. What would be a good way to test it? I kind of hope that we could get rid of that feature after the conda brach is...

Hey, I'd be happy about that UX improvement. Though I'm not sure if putting the warning directly inside `find_matches` or `filter_versions` is a good idea. There are probably many legacy...

> Hello, is there an equivalent to calling `pip install -e .` in a virtual-env for example? I'm currently using a flake and having to call `flake update` every time...

If someone wants to make a PR to add a feature equivalent to what poetry2nix does, I'm open for it But why don't you just add your local 'editable' project...

> That will not install the dependencies. Also it would forbid things like PEP660. To get the dependencies you can just build a shell with mach-nix with all the dependencies...

@pcolusso Could you check if this is solved on current master?

It returns an imported nixpkgs where the selected python package versions are contained in the default python package set.