From 9e4e676260aa3205a79f0e8d280fb957f65eb89d Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Sat, 14 Jun 2025 14:35:26 +0200 Subject: Documentation: describe how to programatically obtain host paths on NixOS --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5124a71..c8b618e 100644 --- a/README.md +++ b/README.md @@ -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, -- cgit v1.2.3