system.checks

NixOS option

Packages that are added as dependencies of the system’s build, usually for the purpose of validating some part of the configuration. Unlike system.extraDependencies, these store paths do not become part of the built system configuration.

type: list of package
Default
[ ]
declared in: nixos/modules/system/activation/top-level.nixView source on NixOS/nixpkgs →