Hacker News new | ask | show | jobs
by Ralith 2791 days ago
> But for C/C++ projects I would just compile in an Ubuntu container as well.

Setting up a reproducible build environment with nix-shell is much more convenient than screwing around with containers.

1 comments

I meant to test outside NixOS.

I already use default.nix + direnv for my C++ projects.