fix(base): remove redundant nvd script

This commit is contained in:
Moritz Böhme 2024-11-18 09:31:12 +01:00
parent 39a5189c0d
commit 1008e6035f
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -311,10 +311,4 @@ in
};
xdg.userDirs.enable = true;
};
system.activationScripts.diff = ''
if [ -e /run/current-system ]; then
${pkgs.nvd}/bin/nvd --nix-bin-dir ${pkgs.nix}/bin diff /run/current-system/ "$systemConfig"
fi
'';
}