2026-06-12 17:51:25 -06:00
|
|
|
# nix-build
|
|
|
|
|
|
|
|
|
|
> Erstellen eines Nix-Ausdrucks.
|
2026-07-08 16:22:34 -06:00
|
|
|
> Siehe auch: `nix build.3`.
|
|
|
|
|
> Weitere Informationen: <https://nix.dev/manual/nix/stable/command-ref/nix-build.html>.
|
2026-06-12 17:51:25 -06:00
|
|
|
|
|
|
|
|
- Erstelle einen Nix-Ausdruck:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}`
|
2026-06-12 17:51:25 -06:00
|
|
|
|
|
|
|
|
- Erstelle einen gesandboxten Nix-Ausdruck (auf nicht-NixOS):
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|