Include nvd if we're going to actually use it
This commit is contained in:
@@ -65,7 +65,6 @@ def _rebuild(args):
|
|||||||
else:
|
else:
|
||||||
with TemporaryDirectory() as td:
|
with TemporaryDirectory() as td:
|
||||||
pushd @(td)
|
pushd @(td)
|
||||||
import platform
|
|
||||||
nom build f"/etc/nixos#nixosConfigurations.{hostname}.config.system.build.toplevel"
|
nom build f"/etc/nixos#nixosConfigurations.{hostname}.config.system.build.toplevel"
|
||||||
if g`result`:
|
if g`result`:
|
||||||
nvd diff /run/current-system result
|
nvd diff /run/current-system result
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ in
|
|||||||
killall
|
killall
|
||||||
nano
|
nano
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
nvd
|
||||||
pciutils
|
pciutils
|
||||||
pwgen
|
pwgen
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user