User avatar
Dave @dave@iceshrimp.aperture-science.engineering
2y
So apparently the build tool for just automatically downloads a dynamically linked python binary it uses internally that will not run under so I guess I'm just gonna run the whole thing in a container and call it a day
1
0
0
0
User avatar
lelgenio ​:nix:​ ​:rust_ferris:​ @lelgenio@social.lelgenio.xyz
2y
@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.

ryantm.github.io/nixpkgs/builders/special/fhs-environments/
1
1
0
0
1
User avatar
Dave @dave@iceshrimp.aperture-science.engineering
2y
@lelgenio Ooh that's exactly what I need, thanks!

(not sure how I managed to miss it though)
0
0
0
0