1
0
Fork 0
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:
Robert Hensing 2022-12-22 12:59:35 +01:00
parent 9dab936e56
commit b7405dad3f

View file

@ -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 {