Merge pull request #243510 from plastic-forks/c4710n/add-borgmatic-darwin-support

borgmatic: add darwin support

authored by Nick Cao and committed by GitHub 39ee1629 e9eec44d

+3 -1
+3 -1
pkgs/tools/backup/borgmatic/default.nix
··· 57 58 passthru.tests.version = testers.testVersion { package = borgmatic; }; 59 60 meta = with lib; { 61 description = "Simple, configuration-driven backup software for servers and workstations"; 62 homepage = "https://torsion.org/borgmatic/"; 63 license = licenses.gpl3Plus; 64 - platforms = platforms.linux; 65 maintainers = with maintainers; [ imlonghao ]; 66 }; 67 }
··· 57 58 passthru.tests.version = testers.testVersion { package = borgmatic; }; 59 60 + __darwinAllowLocalNetworking = true; 61 + 62 meta = with lib; { 63 description = "Simple, configuration-driven backup software for servers and workstations"; 64 homepage = "https://torsion.org/borgmatic/"; 65 license = licenses.gpl3Plus; 66 + platforms = platforms.all; 67 maintainers = with maintainers; [ imlonghao ]; 68 }; 69 }