Commit 1bfe0c4f authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

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.
parent 0bd3d857
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  );

  passthru = {
    updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; };
    updateScript = nix-update-script { };
  };

  meta = {