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

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1733940404, "lastModified": 1737469691,
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", "narHash": "sha256-nmKOgAU48S41dTPIXAq0AHZSehWUn6ZPrUKijHAMmIk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "rev": "9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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