.. _craft_parts_nil_plugin: Nil plugin ========== The Nil plugin can be used to by-pass the need for a plugin when only parts primitives are required. Common cases include: - Adding only :ref:`stage-packages <part-properties-plugin>` in a discrete part - Building source for when there is no suitable plugin with :ref:`override-build <part-properties-plugin>`. Keywords -------- This plugin uses the common :ref:`plugin <part-properties-plugin>` keywords as well as those for :ref:`sources <part-properties-sources>`. This plugin in itself has no requirement. Dependencies ------------ This plugin has no dependencies. How it works ------------ This plugin does nothing. It serves as a *noop* when there is a need to only use native :ref:`part properties <part_properties>`. Examples -------- The following snippet declares a part using the ``nil`` plugin to fetch and unpack ``hello`` defined in :ref:`stage-packages <part-properties-plugin>`: .. code-block:: yaml parts: nil: plugin: nil stage-packages: - hello