gnomeExtensions.argos: set passthru.updateScript

This commit is contained in:
Harsh Shandilya
2024-04-12 18:35:39 +00:00
committed by Maxine Aubrey
parent b8959b55dc
commit dfdc8d6751
@@ -1,4 +1,4 @@
{ fetchFromGitHub, lib, stdenv }:
{ fetchFromGitHub, lib, stdenv, unstableGitUpdater }:
stdenv.mkDerivation rec {
pname = "argos";
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
passthru = {
extensionUuid = "argos@pew.worldwidemann.com";
extensionPortalSlug = "argos";
updateScript = unstableGitUpdater { };
};
meta = with lib; {