nixos package
What do you need?
I want the CLI to be availabe as a nixos package
I am looking at packaging fabric for Debian, and one thing that occured to me is that the file structure could use some work. The code end up in /usr/lib/python3/dist-packages/installer/, which is quite misleading. Those doing import python in an unrelated program would suddenly get fabric, not something related to an installer. Perhaps the file structure could be adjusted to end up in a directory with name reflecting the package it come from? /usr/lib/python3/dist-packages/fabric is already occupied by the python3-fabric package (https://fabfile.org/), so I would suggest ai-fabric or something similar as the directory name. Are you interested in adjusting the source structure to use a different name?
I made a package request. https://github.com/NixOS/nixpkgs/issues/320031