mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# nix-build
|
|
|
|
> Build a Nix expression.
|
|
> More information: <https://nixos.org/releases/nix/latest/manual#sec-nix-build>.
|
|
|
|
- Build a Nix expression:
|
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}}`
|
|
|
|
- Build a sandboxed Nix expression (on non-NixOS):
|
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true`
|