mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Auto-update the root flake
This commit is contained in:
parent
9dab936e56
commit
b7405dad3f
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
inputs.hercules-ci-effects.flakeModule # herculesCI attr
|
||||
];
|
||||
systems = [ "x86_64-linux" "aarch64-darwin" ];
|
||||
|
||||
hercules-ci.flake-update = {
|
||||
enable = true;
|
||||
autoMergeMethod = "merge";
|
||||
when.dayOfMonth = 1;
|
||||
};
|
||||
|
||||
perSystem = { config, self', inputs', pkgs, ... }: {
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue