From 42e624dbb8015a0c9c9894a3dc358f2117730795 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 22 Apr 2024 10:22:52 -0700 Subject: Switch to nvd for rebuild script --- scripts/pretty-rebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/pretty-rebuild b/scripts/pretty-rebuild index 9822acb..b90fb56 100755 --- a/scripts/pretty-rebuild +++ b/scripts/pretty-rebuild @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i zsh --packages zsh +#!nix-shell -i zsh --packages nvd zsh # sudo is used for nixos-rebuild below due to: https://github.com/NixOS/nix/issues/7154 cd /etc/nixos && \ @@ -12,6 +12,5 @@ cd /etc/nixos && \ res=$(find /nix/var/nix/profiles -iname system-\* -type l | sort | tail -2) if [[ ${?} -eq 0 && $(echo -E "${res}" | wc -l) -eq 2 ]]; then - echo "+ diff between $(echo -E "${res}" | xargs)\n" - nix store diff-closures $(echo -E "${res}" | xargs) + nvd diff $(echo -E "${res}" | xargs) fi -- cgit v1.2.3