Skip to content

Commit

Permalink
ladybird: add updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Nov 6, 2024
1 parent 71408df commit 898996f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/browsers/ladybird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
, Cocoa
, Foundation
, OpenGL
, unstableGitUpdater
}:

let
Expand Down Expand Up @@ -148,6 +149,8 @@ stdenv.mkDerivation (finalAttrs: {
nixosTest = nixosTests.ladybird;
};

passthru.updateScript = unstableGitUpdater { };

meta = with lib; {
description = "Browser using the SerenityOS LibWeb engine with a Qt or Cocoa GUI";
homepage = "https://ladybird.org";
Expand Down

0 comments on commit 898996f

Please sign in to comment.