mirror of https://github.com/CrimsonTome/tldr.git
13 lines
342 B
Markdown
13 lines
342 B
Markdown
# nix-build
|
|
|
|
> Erstellen eines Nix-Ausdrucks.
|
|
> Weitere Informationen: <https://nixos.org/manual/nix/stable/command-ref/nix-build.html>.
|
|
|
|
- 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`
|