about summary refs log tree commit diff
path: root/pkgs/tools/backup/restic
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 03:03:41 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-13 17:54:26 +0300
commit3ad7d71afe3ab501f9da5424b9a8b73be230fc58 (patch)
tree24d544d249b2ad037b2bb8bf0f7a1caa75635dea /pkgs/tools/backup/restic
parenta62bcbcd129bc39c1e46d04a5428d04c469a9669 (diff)
treewide: don't set platforms.unix for buildGoModule
Diffstat (limited to 'pkgs/tools/backup/restic')
-rw-r--r--pkgs/tools/backup/restic/rest-server.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/backup/restic/rest-server.nix b/pkgs/tools/backup/restic/rest-server.nix
index 4eb50aa9de104..ded6bbaa533b7 100644
--- a/pkgs/tools/backup/restic/rest-server.nix
+++ b/pkgs/tools/backup/restic/rest-server.nix
@@ -17,7 +17,6 @@ buildGoModule rec {
     changelog = "https://github.com/restic/rest-server/blob/${src.rev}/CHANGELOG.md";
     description = "A high performance HTTP server that implements restic's REST backend API";
     homepage = "https://github.com/restic/rest-server";
-    platforms = platforms.unix;
     license = licenses.bsd2;
     maintainers = with maintainers; [ dotlambda ];
   };