Unverified Commit 3211543c authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

oo7: re-add updateScript

parent 30a951f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  rustPlatform,
  fetchFromGitHub,
  nix-update-script,
  oo7,
  openssl,
  pkg-config,
@@ -41,8 +42,7 @@ rustPlatform.buildRustPackage rec {
  passthru = {
    tests.testVersion = testers.testVersion { package = oo7; };

    # TODO: re-enable this when upstream adds a Cargo.lock
    # updateScript = nix-update-script { };
    updateScript = nix-update-script { };
  };

  meta = with lib; {