2025-05-08 12:26:01 -06:00
|
|
|
# nix-build
|
|
|
|
|
|
|
|
|
|
> Build a Nix expression.
|
|
|
|
|
> See also: `nix build.3`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://nix.dev/manual/nix/stable/command-ref/nix-build.html>.
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Build a Nix expression:
|
|
|
|
|
|
|
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}`
|
|
|
|
|
|
|
|
|
|
- Build a sandboxed Nix expression (on non-NixOS):
|
|
|
|
|
|
|
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|