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
This commit is contained in:
silver 2025-01-29 23:14:39 +00:00
parent 58098f164d
commit 041c8d3d10
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
5 changed files with 55 additions and 7 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 {});
};
}
);
}