nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* 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
This commit is contained in:
12
pages.de/common/nix-build.md
Normal file
12
pages.de/common/nix-build.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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`
|
Reference in New Issue
Block a user