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
2022-12-22 01:11:42 +00:00
# nix-shell
> Startet eine interaktive Shell, die auf einem Nix-Ausdruck basiert.
2023-11-06 17:44:12 +00:00
> Weitere Informationen: <https://nixos.org/manual/nix/stable/command-ref/nix-shell.html>.
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
2022-12-22 01:11:42 +00:00
2023-01-01 06:24:44 +00:00
- Starte mit Nix-Ausdruck in `shell.nix` oder `default.nix` im aktuellen Verzeichnis:
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
2022-12-22 01:11:42 +00:00
`nix-shell`
2023-01-01 06:24:44 +00:00
- Führe Shell-Befehl in nicht-interaktiver Shell aus und beende:
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
2022-12-22 01:11:42 +00:00
2023-08-26 18:30:06 +01:00
`nix-shell --run "{{befehl}} {{argument1 argument2 ...}}"`
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
2022-12-22 01:11:42 +00:00
2023-01-01 06:24:44 +00:00
- Starte mit Ausdruck in `default.nix` im aktuellen Verzeichnis:
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
2022-12-22 01:11:42 +00:00
`nix-shell {{default.nix}}`
2023-01-01 06:24:44 +00:00
- Starte mit aus nixpkgs geladenen Paketen:
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
2022-12-22 01:11:42 +00:00
`nix-shell --packages {{paket_name_1 paket_name_2 ...}}`
2023-01-01 06:24:44 +00:00
- Starte mit Paketen, die aus einer bestimmten Nixpkgs-Revision geladen wurden:
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
2022-12-22 01:11:42 +00:00
`nix-shell --packages {{paket_name_1 paket_name_2 ...}} -I nixpkgs={{https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz}}`
2023-01-01 06:24:44 +00:00
- Führe den Rest der Datei mit einem bestimmten Interpreter aus, zur Verwendung in `#!-scripts` (siehe < https: // nixos . org / manual / nix / stable /# use-as-a-interpreter > ):
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
2022-12-22 01:11:42 +00:00
`nix-shell -i {{interpreter}} --packages {{paket_name_1 paket_name_2 ...}}`