ty: ignore unstable releases

The project is technically still in beta, as per https://astral.sh/blog/ty,
but the version number does not denote this.
This commit is contained in:
Benjamin Sparks
2025-12-17 01:25:43 +01:00
parent 0bd3d857d4
commit 1bfe0c4fbc
+1 -1
View File
@@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
);
passthru = {
updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; };
updateScript = nix-update-script { };
};
meta = {