oo7: temporarily remove updateScript

This commit is contained in:
seth 2024-06-19 17:45:42 -04:00
parent f8224aa8c7
commit 9111403d16
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -41,7 +41,9 @@ rustPlatform.buildRustPackage rec {
passthru = {
tests.testVersion = testers.testVersion { package = oo7; };
updateScript = nix-update-script { };
# TODO: re-enable this when upstream adds a Cargo.lock
# updateScript = nix-update-script { };
};
meta = with lib; {