git-sync: minor test cleanup
This commit is contained in:
parent
66cc5c7ef9
commit
960c009ce0
1 changed files with 38 additions and 40 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
config = {
|
|
||||||
services.git-sync = {
|
services.git-sync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = config.lib.test.mkStubPackage { outPath = "@git-sync@"; };
|
package = config.lib.test.mkStubPackage { outPath = "@git-sync@"; };
|
||||||
|
@ -41,5 +40,4 @@
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue