Skip to content

Commit

Permalink
wrangler: add updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Qusic committed Dec 21, 2024
1 parent 8dacc3a commit 850e369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/wr/wrangler/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
llvmPackages,
musl,
xorg,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wrangler";
Expand All @@ -27,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8EItfBV2n2rnXPCTYjDZlr/tdlEn8YOdIzOsj35w5gQ=";
};

passthru.updateScript = nix-update-script { };

buildInputs =
[
llvmPackages.libcxx
Expand Down

0 comments on commit 850e369

Please sign in to comment.