packages: drop duplicated diff-closure

This commit is contained in:
Sandro - 2023-10-16 01:58:35 +02:00
parent fc3b3137da
commit 6f27af9cc5
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ lib.attrsets.mapAttrs
'';
createSymlinks = name: ''
if [[ -e old ]]; then
nix store diff-closures ./old ./current
echo System package diff:
${discardStringCtx hostConfig.nix.package.outPath}/bin/nix --extra-experimental-features nix-command store diff-closures ./old ./current || true
fi