2019-10-29 20:53:38 +00:00
|
|
|
# nix-build
|
|
|
|
|
|
|
|
> Build a Nix expression.
|
2023-04-26 09:45:00 +01:00
|
|
|
> See also: `tldr nix3 build`.
|
|
|
|
> More information: <https://nixos.org/manual/nix/stable/command-ref/nix-build.html>.
|
2019-10-29 20:53:38 +00:00
|
|
|
|
|
|
|
- Build a Nix expression:
|
|
|
|
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}}`
|
2019-10-29 20:53:38 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Build a sandboxed Nix expression (on non-NixOS):
|
2019-10-29 20:53:38 +00:00
|
|
|
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true`
|