workflows/eval: remove exception for devShellTools from report

These were fixed recently, so we don't need the exception anymore.
This commit is contained in:
Wolfgang Walther
2025-10-16 18:47:51 +02:00
parent bc37e667c4
commit 1c628df319

View File

@@ -284,10 +284,6 @@ jobs:
diff.removed, diff.removed,
diff.changed, diff.changed,
diff.rebuilds diff.rebuilds
).filter(attr =>
// Exceptions related to dev shells, which changed at some time between 2.18 and 2.24.
!attr.startsWith('tests.devShellTools.nixos.') &&
!attr.startsWith('tests.devShellTools.unstructuredDerivationInputEnv.')
) )
if (attrs.length > 0) { if (attrs.length > 0) {
core.setFailed( core.setFailed(