parallel: init module (#8240)
This commit is contained in:
parent
effe4c007d
commit
ff067cfc61
4 changed files with 60 additions and 0 deletions
1
tests/modules/programs/parallel/default.nix
Normal file
1
tests/modules/programs/parallel/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ parallel-example-config = ./example-config.nix; }
|
||||
10
tests/modules/programs/parallel/example-config.nix
Normal file
10
tests/modules/programs/parallel/example-config.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.parallel = {
|
||||
enable = true;
|
||||
will-cite = true;
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.parallel/will-cite
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue