mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 15:37:11 +00:00
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 = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { outPath = "@git-sync@"; };
|
||||
|
@ -41,5 +40,4 @@
|
|||
''
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue