mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
5 lines
319 B
Markdown
5 lines
319 B
Markdown
This chapter discusses how to do package management with Nix, i.e.,
|
||
how to obtain, install, upgrade, and erase packages. This is the
|
||
“user’s” perspective of the Nix system — people who want to *create*
|
||
packages should consult the [chapter on writing Nix
|
||
expressions](../expressions/writing-nix-expressions.md).
|