mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 08:55:35 +02:00

* pages/*: add standard translation and links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix1: false positives; standardize Bengali, Hindi, Nepali periods * fix: periods in recently added Bengali pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix: false positives in modified files Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: update to native period in Bengali l10n Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
342 B
342 B
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