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:
parent
58098f164d
commit
041c8d3d10
5 changed files with 55 additions and 7 deletions
|
@ -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 {});
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue