powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: strip debug symbols in nix package too

intergrav (Jul 1, 2026, 10:02 PM EDT) 74b142b6 9afbeef1

+1 -1
+1 -1
flake.nix
··· 28 28 vendorHash = "sha256-qplAplthqQqkS7zS7e+J2inFvyfnS+aIzm74GMgqAfk="; 29 29 subPackages = ["cmd/restray"]; 30 30 31 - ldflags = ["-X" "main.resticBuiltinPath=${pkgs.restic}/bin/restic"]; 31 + ldflags = ["-s" "-w" "-X" "main.resticBuiltinPath=${pkgs.restic}/bin/restic"]; 32 32 33 33 env = pkgs.lib.optionalAttrs isDarwin { 34 34 CGO_CFLAGS = "-mmacosx-version-min=11.0";