Monday 2 August 2021

How can I make a python package in nixos?

I'd like to use jupyter-book, but it's not available in nixpkgs. So I have to write a package. But jupyter-book depends on a number of packages that are also not in nixpkgs. And then I have to make sure that the binary jupyter book is available once the package is installed. So really it's all a big mess.

This is what I have so far, but it's nowhere close to working.

Really all I want to do is type nix shell then jupyter book and have everything work as expected. I'm baffled as to why this has become a total functional programming nightmare.



from How can I make a python package in nixos?

No comments:

Post a Comment