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:
parent
5672d5efb0
commit
c6670f7258
2 changed files with 44 additions and 0 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