nix-unstable-static: add a PATH entry that can be used to bind mount more binaries into the system

This commit is contained in:
Jörg Thalheim
2023-07-20 12:22:13 +02:00
parent e380dbbda5
commit 019b4effa9

View File

@@ -121,7 +121,8 @@ let
Env = [
"NIX_BUILD_SHELL=/bin/bash"
"PAGER=cat"
"PATH=/bin"
# /host/bin can be used to extend the image with additional binaries
"PATH=/bin:/host/bin"
"SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt"
];
};