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

* nix-build: fix german translation * nix-collect-garbage: fix german translation * nix-env: fix german translation * nix-shell: fix german translation * nix: fix german translation
12 lines
338 B
Markdown
12 lines
338 B
Markdown
# nix-build
|
|
|
|
> Erstellen eines Nix-Ausdrucks.
|
|
> Weitere Informationen: <https://nixos.org/releases/nix/latest/manual#sec-nix-build>.
|
|
|
|
- Erstelle einen Nix-Ausdruck:
|
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}}`
|
|
|
|
- Erstelle einen gesandboxten Nix-Ausdruck (auf nicht-NixOS):
|
|
|
|
`nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true`
|