----------------
- Scans the whole system (NixOS only), the current user environment, or a
project-specific path (e.g., ./result). 1
- Allow to specify site-specific whitelists in addition to the builtin default
whitelist. 4
- Fully repeatable install using default.nix. Thanks to Rok Garbas. 4
- Cache pre-parsed NVD files for improved scanning speed. 2
- Support multiple whitelists (repeat -w option). 3
- Cache NVD files in `~/.cache/vulnix`. 7
- Document whitelist file format. 10
- Fix Nix build on macOS. 11