Next: Pacotes com múltiplas saídas, Previous: Invocando guix package, Up: Gerenciamento de pacote [Contents][Index]
Guix supports transparent source/binary deployment, which means that it can either build things locally, or download pre-built items from a server, or both. We call these pre-built items substitutes—they are substitutes for local build results. In many cases, downloading a substitute is much faster than building things locally.
Substitutes can be anything resulting from a derivation build (see Derivações). Of course, in the common case, they are pre-built package binaries, but source tarballs, for instance, which also result from derivation builds, can be available as substitutes.
• Official Substitute Servers | Uma fonte específica de substitutos. | |
• Autorização de servidor substituto | Como habilitar ou desabilitar substitutos. | |
• Getting Substitutes from Other Servers | Substitute diversity. | |
• Autenticação de substituto | Como Guix verifica substitutos. | |
• Configurações de proxy | Como obter substitutos via proxy. | |
• Falha na substituição | O que acontece quando a substituição falha. | |
• Confiança em binários | Como você pode confiar naquele blob binário? |