ran: remove default platform

This commit is contained in:
Sandro Jäckel
2021-11-12 18:07:18 +01:00
parent db93862a2c
commit 0e5b5462e7
-1
View File
@@ -42,6 +42,5 @@ buildGoModule rec {
description = "Ran is a simple web server for serving static files";
license = licenses.mit;
maintainers = with maintainers; [ tomberek ];
platforms = platforms.unix;
};
}