granted: set updateScript

This commit is contained in:
José Ribeiro 2024-10-08 21:45:31 +01:00
parent a34f215769
commit b7b77c5f95
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
bash,
buildGoModule,
fetchFromGitHub,
nix-update-script,
withFish ? false,
fish,
@ -82,6 +83,8 @@ buildGoModule rec {
--replace /bin/fish ${fish}/bin/fish
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Easiest way to access your cloud";
homepage = "https://github.com/common-fate/granted";