parallel: init module (#8240)
Some checks failed
/ triage (push) Has been cancelled
GitHub Pages / publish (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Xaver Wenhart 2025-12-02 01:44:57 +01:00 committed by GitHub
parent effe4c007d
commit ff067cfc61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1 @@
{ parallel-example-config = ./example-config.nix; }

View file

@ -0,0 +1,10 @@
{
programs.parallel = {
enable = true;
will-cite = true;
};
nmt.script = ''
assertFileExists home-files/.parallel/will-cite
'';
}