granted: set updateScript
This commit is contained in:
parent
a34f215769
commit
b7b77c5f95
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user