ci: pipeline to update geyser daily

ci: test the geyzer update

ci: test the geyzer update2

ci: test the geyzer update3

ci: test the geyzer update4

Will only run once a day

ci: test the geyzer update5

(cherry picked from commit 041c8d3d10)
This commit is contained in:
silver 2025-01-29 23:14:39 +00:00
parent 5672d5efb0
commit c6670f7258
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 44 additions and 0 deletions

View file

@ -30,6 +30,11 @@
name = "Skynet Mod env";
packages = packages;
};
packages = {
# nix run .#update_plugin -- update $PLUGIN_NAME
update_plugin = (pkgs.callPackage ./nix/packwiz.nix {});
};
}
);
}