diff --git a/toolchains/posix/README.md b/toolchains/posix/README.md index 28a3c0e0..d055a761 100644 --- a/toolchains/posix/README.md +++ b/toolchains/posix/README.md @@ -16,7 +16,7 @@ Rules for importing a POSIX toolchain from Nixpkgs. ### nixpkgs_sh_posix_configure
-nixpkgs_sh_posix_configure(name, packages, kwargs) +nixpkgs_sh_posix_configure(name, packages, exec_constraints, kwargs)Create a POSIX toolchain from nixpkgs. @@ -62,6 +62,20 @@ default is
["stdenv.initialPath"]
List of Nix attribute paths to draw Unix tools from.
+
+
+
+exec_constraints
None
+
++ +Constraints for the execution platform. +