1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

git-sync: minor test cleanup

This commit is contained in:
Robert Helgesson 2022-09-05 13:51:03 +02:00
parent 66cc5c7ef9
commit 960c009ce0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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 @@
''
}
'';
};
}