mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-31 04:04:55 +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
|
inputs.hercules-ci-effects.flakeModule # herculesCI attr
|
||||||
];
|
];
|
||||||
systems = [ "x86_64-linux" "aarch64-darwin" ];
|
systems = [ "x86_64-linux" "aarch64-darwin" ];
|
||||||
|
|
||||||
|
hercules-ci.flake-update = {
|
||||||
|
enable = true;
|
||||||
|
autoMergeMethod = "merge";
|
||||||
|
when.dayOfMonth = 1;
|
||||||
|
};
|
||||||
|
|
||||||
perSystem = { config, self', inputs', pkgs, ... }: {
|
perSystem = { config, self', inputs', pkgs, ... }: {
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
Loading…
Add table
Reference in a new issue