devenv icon indicating copy to clipboard operation
devenv copied to clipboard

fix(containers): include infrastructure deps for nested container builds

Open domenkozar opened this issue 1 month ago • 1 comments

When building a container from within a shell container, the container infrastructure derivations (mkRoot, mkEtc, mkTmp) were not available in the Nix store because they were only used in copyToRoot but not included as layer dependencies.

This fix adds these derivations as deps in a base layer, ensuring they're registered in the Nix database within the container and available when building nested containers.

Fixes #2272

🤖 Generated with Claude Code

domenkozar avatar Dec 09 '25 12:12 domenkozar