2019-10-29 13:53:38 -07:00
|
|
|
# nix-build
|
|
|
|
|
|
|
|
> Build a Nix expression.
|
2024-06-03 17:21:58 -03:00
|
|
|
> See also: `nix3 build`.
|
2023-04-26 12:45:00 +04:00
|
|
|
> More information: <https://nixos.org/manual/nix/stable/command-ref/nix-build.html>.
|
2019-10-29 13:53:38 -07:00
|
|
|
|
|
|
|
- Build a Nix expression:
|
|
|
|
|
2025-04-30 13:15:38 +03:00
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}`
|
2019-10-29 13:53:38 -07:00
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
- Build a sandboxed Nix expression (on non-NixOS):
|
2019-10-29 13:53:38 -07:00
|
|
|
|
2025-04-30 13:15:38 +03:00
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|