Hacker News new | ask | show | jobs
by shaklee3 2632 days ago
How would it do that besides building in a container?
2 comments

Look into bazel, pants, and similar hermetic build systems.

You pin all dependencies and manage flags and such but via the build system.

I don't know if this is what the parent was intending (I'm curious to see other examples), but depending on your definition Nix (nixos.org) seems to fit that need.