2.home-manager/tests/modules/programs/grype/no-settings.nix
Diego Saint Esteben 0143d6ca9b grype: add module
Grype is a vulnerability scanner for container images and filesystems.
2026-03-26 22:51:09 -05:00

9 lines
135 B
Nix

{
programs.grype = {
enable = true;
};
nmt.script = ''
assertPathNotExists home-files/.config/grype/config.yaml
'';
}