mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 03:35:25 +02:00
14 lines
405 B
Markdown
14 lines
405 B
Markdown
![]() |
# nix-build
|
||
|
|
||
|
> Construye una expresión de Nix.
|
||
|
> Vea también: `nix build.3`.
|
||
|
> Más información: <https://nixos.org/manual/nix/stable/command-ref/nix-build.html>.
|
||
|
|
||
|
- Construye una expresión de Nix:
|
||
|
|
||
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}`
|
||
|
|
||
|
- Construye una expresión de Nix aislada (en sistemas que no son NixOS):
|
||
|
|
||
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|