tldr/pages.de/common/nix-build.md

13 lines
342 B
Markdown
Raw Normal View History

# 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`