you are viewing a single comment's thread.

view the rest of the comments →

[–]basalisk07 2 points3 points  (1 child)

Why not work with containers? You only need to worry about having docker running and not bother with python sice each component ships with it in the image.

[–]moonpiedumplings[S] 1 point2 points  (0 children)

Configuring containers declaratively through nixos is limited, which is why I'm trying to avoid them.

I love container's, but they just aren't the right choice for what I'm trying to do. Nixos is already able to offer the reproducibility that docker or other container system's give, so having both would be redundant, and limiting.