Each configuration defined in `perSystem.nixible` automatically creates a corresponding package in `legacyPackages` with the name `nixible:<config-name>`. These packages contain the CLI executable for that specific configuration.
**Example usage:**
```bash
nix run .#nixible:deploy
nix run .#nixible:backup
```
## `lib`
### `module`
The nix module for validation of Nixible configurations.
Used internally by `mkNixible`.
### `mkNixible`
```nix
mkNixible config
```
Creates a Nixible configuration module evaluation.
`config` can be a path to a nix file or a function/attrset.
**Noteworthy attributes**:
-`config`: The evaluated configuration with all options