about summary refs log tree commit diff stats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 3a6cfb5b..f3661978 100755
--- a/build.sh
+++ b/build.sh
@@ -54,4 +54,6 @@ home="$(grep ExecStart= "$SYSTEM_OUT/etc/systemd/system/home-manager-soispha.ser
 check "$HOME_OUT"
 ln --symbolic "$home" "$HOME_OUT"
 
+nvd diff /run/current-system "$SYSTEM_OUT"
+
 # vim: ft=sh