use nvd for fun and profit

This commit is contained in:
Daylin Morgan 2024-07-18 11:27:34 -05:00
parent 389d07413e
commit 9319af8c82
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -42,7 +42,7 @@
system.activationScripts.diff = '' system.activationScripts.diff = ''
if [[ -e /run/current-system ]]; then if [[ -e /run/current-system ]]; then
${pkgs.nix}/bin/nix store diff-closures /run/current-system "$systemConfig" ${pkgs.nvd}/bin/nvd diff /run/current-system "$systemConfig"
fi fi
''; '';