gnomeExtensions.argos: set passthru.updateScript
This commit is contained in:
parent
b8959b55dc
commit
dfdc8d6751
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue