nixos/etc: remove rogue continue

This commit is contained in:
Sandro Jäckel 2025-04-19 03:00:27 +02:00
parent 32bb18de3f
commit 484b00be20
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -41,8 +41,6 @@ let
if [ "$(readlink "$out/etc/$target")" != "$src" ]; then
echo "mismatched duplicate entry $(readlink "$out/etc/$target") <-> $src"
ret=1
continue
fi
fi