Remove unused check

This commit is contained in:
Tad Fisher
2025-01-22 12:58:17 -08:00
parent 96a444c22b
commit 854024b721
2 changed files with 3 additions and 7 deletions

View File

@@ -46,10 +46,6 @@
[ $fail -eq 0 ] || echo "Formatting failed." >&2
exit $fail
'';
checks = {
traccar = scope.callPackage ./fixtures/external/traccar { };
};
}
);
}