Use nvd for update diff
This commit is contained in:
parent
06302c9d23
commit
3682b0aa5c
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -39,6 +39,7 @@
|
||||||
hexyl
|
hexyl
|
||||||
hyperfine
|
hyperfine
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
|
nvd
|
||||||
parallel
|
parallel
|
||||||
podman
|
podman
|
||||||
procs
|
procs
|
||||||
|
@ -70,7 +71,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
reportChanges = lib.hm.dag.entryAfter [ "updateAppCaches" ] ''
|
reportChanges = lib.hm.dag.entryAfter [ "updateAppCaches" ] ''
|
||||||
nix store diff-closures $oldGenPath $newGenPath
|
nvd diff $oldGenPath $newGenPath
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue