import_artifacts

Import Pipeline Artifacts

Imports a previously exported pipeline artifact archive into the local Nix store and verifies that the pipeline nodes are now cached locally. Supports two calling conventions: a 1-argument form for simple imports (import_artifacts(archive_path)) and a 2-argument form for verification (import_artifacts(pipeline, archive_path)) which verifies store path signatures.

Parameters

Returns

A confirmation message describing the imported archive.