we actually support more platforms than go.meta.platforms because of cross-compiling

This commit is contained in:
HuangYi 2023-02-15 16:51:18 +08:00
parent 72890726f3
commit 23aaa89f10
No known key found for this signature in database
GPG key ID: 58776091521E8B17

View file

@ -6,7 +6,6 @@
, fetchgit
, jq
, cacert
, pkgs
, pkgsBuildBuild
, buildPackages
, runtimeShell
@ -431,7 +430,7 @@ let
} // passthru;
meta = { platforms = go.meta.platforms or platforms.all; } // meta;
inherit meta;
});
in