nix, nix-build, nix-env, nix-collect-garbage, nix-shell: fix German translation (#9703)
* nix-build: fix german translation * nix-collect-garbage: fix german translation * nix-env: fix german translation * nix-shell: fix german translation * nix: fix german translation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# nix-build
|
||||
|
||||
> Erstellen eines Nix-Ausdruck.
|
||||
> Erstellen eines Nix-Ausdrucks.
|
||||
> Weitere Informationen: <https://nixos.org/releases/nix/latest/manual#sec-nix-build>.
|
||||
|
||||
- Erstellen eines Nix-Ausdrucks:
|
||||
- Erstelle einen Nix-Ausdruck:
|
||||
|
||||
`nix-build '<nixpkgs>' --attr {{firefox}}`
|
||||
|
||||
- Erstellen eines Nix-Ausdruck mit Sandbox (auf nicht-NixOS):
|
||||
- Erstelle einen gesandboxten Nix-Ausdruck (auf nicht-NixOS):
|
||||
|
||||
`nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true`
|
||||
|
Reference in New Issue
Block a user