restic: enable darwin builds

davidak 31870ae1 caaa79f2

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