mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:02:09 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
342 B
Markdown
12 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`
|