Open InLaw opened 3 years ago
Actually python packages from nixpkgs should not be allowed via pkgsExtra. Mach-nix should raise a specific error in this case, but it seems like it doesn't. So this is the actual bug here that needs to be fixed.
In this case spyder is the app (nixos package) not the python module (- but for python pkgs there is no error, too)
The readme says that nix packages are allowed, I have the same error when adding a package built with mach-nix.buildPythonApplication
It looks like the issue was fixed for me by switching to nixpkgs version 554d2d8aa25b6e583575459c297ec23750adb6cb
I get the same for trying to also install pre-commit in python shell
does not work via packagesExtra (but via input in buildEnv/mkShell)