autoupdate: make diff always work

This commit is contained in:
Sandro - 2023-10-16 01:27:12 +02:00
parent c38581cb69
commit 23d8078b96
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
text = ''
if [ -e /run/current-system ] && [ -e $systemConfig ]; then
echo System package diff:
${config.nix.package}/bin/nix store diff-closures /run/current-system $systemConfig || true
${config.nix.package}/bin/nix --extra-experimental-features nix-command store diff-closures /run/current-system $systemConfig || true
fi
'';
};