tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
restic: enable darwin builds
davidak
8 years ago
31870ae1
caaa79f2
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
backup
restic
default.nix
+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
29
-
platforms = platforms.linux;
29
29
+
platforms = platforms.linux ++ platforms.darwin;
30
30
license = licenses.bsd2;
31
31
maintainers = [ maintainers.mbrgm ];
32
32
};