Hacker News new | past | comments | ask | show | jobs | submit login

stdenv shouldn't end up in the container at all. the container should literally just contain your derivation and its transitive dependencies. your app, its actual dependencies, and nothing else. it won't even contain bash unless you or something you reference adds it. stdenv stuff is just used to build, it doesn't end up in there. maybe use one of the nix tools to show the actual dependencies you're bringing in and cut the fat.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: