mynewt-newtmgr: remove platform specification

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
Ben Kelly
2022-09-15 14:18:58 +01:00
committed by GitHub
co-authored by Nikolay Korotkiy
parent 48947dded0
commit adb0296e62
@@ -28,6 +28,5 @@ buildGoModule rec {
'';
license = licenses.asl20;
maintainers = with maintainers; [ bezmuth ];
platforms = platforms.unix;
};
}