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
|
|
|
|
|
|
|
|
> Dienstprogramme für die Nix-Sprache und den Nix-Speicher.
|
2023-11-06 17:44:12 +00:00
|
|
|
> Weitere Informationen: <https://nixos.org/manual/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 01:11:42 +00:00
|
|
|
|
|
|
|
- Suche nach einem Paket über seinen Namen oder seine Beschreibung:
|
|
|
|
|
|
|
|
`nix search {{suchbegriff}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Starte eine Nix-Shell, die die angegebenen Pakete zur Verfügung stellt:
|
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 run {{nixpkgs.pkg1 nixpkgs.pkg2 ...}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Optimiere die Festplattennutzung des Nix-Speichers durch Zusammenfassen doppelter Dateien:
|
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 store optimise`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Starte eine interaktive Umgebung zum Ausführen 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 01:11:42 +00:00
|
|
|
|
|
|
|
`nix repl`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Upgrade Nix auf die neueste stabile Version:
|
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 upgrade-nix`
|