query
On this page

buildImageWithNixDb

pkgs.dockerTools.buildImageWithNixDb

Docs pulled from | This Revision | about 2 hours 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; });