I thought I understand now the basics of nix(os). Well apparently no. Currently failing at getting my python project to work because of:
1) venv doesn't work as it is missing a shared library (was created on archlinux)
2) thought to just install pyenv. Ok doesn't work as it fails to find a C compiler to build the desired python version.
3) Think just overwrite the pyenv package and inject the compiler as a runtime dependency. Ok, but how? How do you combine these two things???
1