mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:06:01 +02:00

* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation * nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review * nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes from German code review to originals * Update pages.de/common/nix-collect-garbage.md
339 B
339 B
nix-build
Erstellen eines Nix-Ausdruck. Weitere Informationen: https://nixos.org/releases/nix/latest/manual#sec-nix-build.
- Erstellen eines Nix-Ausdrucks:
nix-build '<nixpkgs>' --attr {{firefox}}
- Erstellen eines Nix-Ausdruck mit Sandbox (auf nicht-NixOS):
nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true