diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2025-06-14 14:35:26 +0200 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2025-06-16 12:55:48 +0200 |
commit | 9e4e676260aa3205a79f0e8d280fb957f65eb89d (patch) | |
tree | 3b5f7c682377f3ef0125a3218361b6c931ddfb2a /README.md | |
parent | a671faaa5cc432011ff60c0765042bc285ab9896 (diff) | |
download | bootstrappable-toolchain-9e4e676260aa3205a79f0e8d280fb957f65eb89d.tar.gz |
Documentation: describe how to programatically obtain host paths on NixOS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -227,6 +227,9 @@ Example configuration for bootstrapping on NixOS (hashes may vary): } ~~~ +On NixOS, the host configuration is most easily obtained using a custom derivation +obtained from a simple [host-configuration package](doc/host-config.nix). + ## Musl Performance Issues Musl has huge allocator contention issues with multithreading. For that reason, |