query
On this page

buildImageWithNixDb

pkgs.dockerTools.buildImageWithNixDb

Docs pulled from | This Revision | 30 minutes ago


Nixpkgs manual

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; });