Experiment

This commit is contained in:
Andrea Ciceri 2023-12-08 11:40:36 +01:00
parent 041e989785
commit 83df3e21a5
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 39 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{inputs, config, ...}: {
imports = [
inputs.hercules-ci-effects.flakeModule
];
@ -16,5 +16,16 @@
hour = 13;
dayOfWeek = ["Mon" "Tue" "Wed" "Thu" "Fri" "Sat" "Sun"];
};
pullRequestBody = ''
Update `flake.lock`. See the commit message(s) for details.
You may reset this branch by deleting it and re-running the update job. xs
git push origin :${config.hercules-ci.flake-update.updateBranch}
```
${builtins.readFile config.packages.x86_64-linux.diff-closures}
```
'';
};
}