diff options
Diffstat (limited to 'system/services/git-sync')
-rw-r--r-- | system/services/git-sync/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/services/git-sync/default.nix b/system/services/git-sync/default.nix index 776ca60..c1b34ba 100644 --- a/system/services/git-sync/default.nix +++ b/system/services/git-sync/default.nix @@ -94,11 +94,6 @@ in { }; config = lib.mkIf cfg.enable { - assertions = [ - (lib.hm.assertions.assertPlatform "services.git-sync" pkgs - lib.platforms.linux) - ]; - systemd.user.services = services; }; } |