So apparently the build tool for #FlipperZero just automatically downloads a dynamically linked python binary it uses internally that will not run under #NixOs so I guess I'm just gonna run the whole thing in a container and call it a day
@dave You can use buildFHSEnv to work around this kind of problem. This is how other programs that download arbitrary executables (like steam for example) work on NixOs.