1
0
Fork 0

Use nvd for update diff

This commit is contained in:
Daniel Kempkens 2022-01-12 18:14:36 +01:00
parent 06302c9d23
commit 3682b0aa5c

View file

@ -39,6 +39,7 @@
hexyl
hyperfine
nix-prefetch-github
nvd
parallel
podman
procs
@ -70,7 +71,7 @@
'';
reportChanges = lib.hm.dag.entryAfter [ "updateAppCaches" ] ''
nix store diff-closures $oldGenPath $newGenPath
nvd diff $oldGenPath $newGenPath
'';
};
};