diff --git a/lib/update-system.nix b/lib/update-system.nix index 0718923e..4e086b6a 100644 --- a/lib/update-system.nix +++ b/lib/update-system.nix @@ -17,6 +17,6 @@ in oldSystem <- readlink "-f" "/run/current-system" |> captureTrim nixos_rebuild (paths ++ ["switch"] ++ fmap toString args) &!> StdOut |> nom newSystem <- readlink "-f" "/run/current-system" |> captureTrim - nvd oldSystem newSystem + nvd "diff" oldSystem newSystem ''; }