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 02:11:42 +01:00
# nix
2025-05-01 17:09:17 +02:00
> Ein leistungsfähiger Paketmanager, der das Paketmanagement zuverlässig, reproduzierbar und deklarativ macht.
> `nix` ist experimentell und muss gesondert aktiviert werden. Für die klassische, stabile Schnittstelle siehe `tldr nix classic`.
> Einige Unterbefehle wie `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends` usw. haben ihre eigene Dokumentation.
2025-04-28 19:46:35 +02:00
> Weitere Informationen: <https://nix.dev/manual/nix/stable/command-ref/new-cli/nix>.
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
- Aktiviere den `nix` Befehl:
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
`mkdir {{[-p|--parents]}} ~/.config/nix; echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf`
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
- Suche ein Paket in nixpkgs nach Namen oder Beschreibung:
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
`nix search nixpkgs {{suchbegriff}}`
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
- Starte eine Shell und stelle die angegebenen Pakete von nixpkgs darin bereit:
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
`nix shell {{nixpkgs#pkg1 nixpkgs#pkg2 nixpkgs#pkg3 ...}}`
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
- Installiere einige Pakete von nixpkgs dauerhaft:
`nix profile install {{nixpkgs#pkg1 nixpkgs#pkg2 nixpkgs#pkg3 ...}}`
- Entferne ungenutzte Pfade aus dem Nix-Store, um Speicherplatz freizugeben:
`nix store gc`
- Starte eine interaktive Umgebung zur Auswertung von Nix-Ausdrücken:
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 02:11:42 +01:00
`nix repl`
2025-05-01 17:09:17 +02:00
- Zeige Hilfe für einen bestimmten Unterbefehl an:
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 02:11:42 +01:00
2025-05-01 17:09:17 +02:00
`nix help {{unterbefehl}}`