buildImageWithNixDb
pkgs.dockerTools.buildImageWithNixDb
Docs pulled from | This Revision | 10 minutes ago
TODO: add the dependencies of the config json.
Noogle detected
Implementation
The following is the current implementation of this function.
buildImageWithNixDb = args: buildImage (args // { includeNixDB = true; });