cript0nauta / pynixify

Nix expression generator for Python projects
GNU General Public License v3.0
66 stars 11 forks source link

Add an option for generating only the overlay #56

Closed dvzubarev closed 3 years ago

dvzubarev commented 3 years ago

My use case is to generated expressions for packages that are missing in nixpkgs and then add them as another overlay to my nix repository. So I don't need shell.nix. I've added an option that enables generating of only overlay code. What do you think?

cript0nauta commented 3 years ago

Merged, thanks for contributing this useful change :)