nix-init icon indicating copy to clipboard operation
nix-init copied to clipboard

buildPythonPackage: use fetchFromGitHub if tests are missing on Pypi

Open pbsds opened this issue 2 years ago • 1 comments

pbsds avatar Mar 20 '23 13:03 pbsds

This is going to be hard. nix-init doesn't yet try to build the package, and even if it does, it would be hard to determine that the tests failing are due to missing assets on the pypi release. Determining the fetcher also happens before everything else, so the user would have to go through all the prompts again if this feature does get implemented

figsoda avatar Mar 20 '23 13:03 figsoda