1
0
Fork 0

Fix nvd call in update-system

This commit is contained in:
Malte Brandy 2021-05-18 18:05:38 +02:00
parent 4da384d9c6
commit 5a70ea9861

View file

@ -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
'';
}