1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 06:15:25 +02:00
tldr/pages.es/common/nix-build.2.md

14 lines
405 B
Markdown
Raw Normal View History

# 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`