summary refs log tree commit diff
path: root/pkgs/tools/misc/mynewt-newtmgr
diff options
context:
space:
mode:
authorBen Kelly <31394095+bezmuth@users.noreply.github.com>2022-09-15 14:18:58 +0100
committerGitHub <noreply@github.com>2022-09-15 14:18:58 +0100
commitadb0296e6202db9a92d6515dbe1d5e473cb0e590 (patch)
tree6a626401d349ab8a8182440152aa9a83cbc9c03d /pkgs/tools/misc/mynewt-newtmgr
parent48947dded0eddf52f4cc1dbf687ad4c2c689b30c (diff)
downloadnixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar.gz
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar.bz2
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar.lz
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar.xz
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.tar.zst
nixpkgs-adb0296e6202db9a92d6515dbe1d5e473cb0e590.zip
mynewt-newtmgr: remove platform specification
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Diffstat (limited to 'pkgs/tools/misc/mynewt-newtmgr')
-rw-r--r--pkgs/tools/misc/mynewt-newtmgr/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mynewt-newtmgr/default.nix b/pkgs/tools/misc/mynewt-newtmgr/default.nix
index cc660094e8d..671ac9c1b9b 100644
--- a/pkgs/tools/misc/mynewt-newtmgr/default.nix
+++ b/pkgs/tools/misc/mynewt-newtmgr/default.nix
@@ -28,6 +28,5 @@ buildGoModule rec {
     '';
     license = licenses.asl20;
     maintainers = with maintainers; [ bezmuth ];
-    platforms = platforms.unix;
   };
 }