From 74a735b09f8e8894a30555fed61b0b4a65cea28b Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 25 Jun 2023 20:11:37 +0200 Subject: Fix(system/services/git-sync): Purge assertion, as we're always on linux --- system/services/git-sync/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'system') 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; }; } -- cgit 1.4.1