restic: enable darwin builds

davidak 31870ae1 caaa79f2

+1 -1
+1 -1
pkgs/tools/backup/restic/default.nix
··· 26 meta = with stdenv.lib; { 27 homepage = https://restic.github.io; 28 description = "A backup program that is fast, efficient and secure"; 29 - platforms = platforms.linux; 30 license = licenses.bsd2; 31 maintainers = [ maintainers.mbrgm ]; 32 };
··· 26 meta = with stdenv.lib; { 27 homepage = https://restic.github.io; 28 description = "A backup program that is fast, efficient and secure"; 29 + platforms = platforms.linux ++ platforms.darwin; 30 license = licenses.bsd2; 31 maintainers = [ maintainers.mbrgm ]; 32 };