restic: enable darwin builds
This commit is contained in:
parent
caaa79f246
commit
31870ae18d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buildGoPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://restic.github.io;
|
homepage = https://restic.github.io;
|
||||||
description = "A backup program that is fast, efficient and secure";
|
description = "A backup program that is fast, efficient and secure";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ maintainers.mbrgm ];
|
maintainers = [ maintainers.mbrgm ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue