mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 18:55:23 +02:00
13 lines
405 B
Markdown
13 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`
|