diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 11:36:32 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 11:59:25 +0200 |
commit | 499ed265088948e823c83cc95d1097a6362d205b (patch) | |
tree | 166e7120f577381fdddb5396c1881aae5e1a3bd0 /doc/manual/src/package-management/package-management.md | |
parent | 075bf6e5565aff9fba0ea02f3333c82adf4dccee (diff) |
manual: remove "Writing Nix Expressions" chapter
it is out of date, all over the place in level of detail, is really
about `nixpkgs`, and in general instructions should not be part of
a reference manual.
also:
- update redirects and internal links
- use "Nix language" consistently
Diffstat (limited to 'doc/manual/src/package-management/package-management.md')
-rw-r--r-- | doc/manual/src/package-management/package-management.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/src/package-management/package-management.md b/doc/manual/src/package-management/package-management.md index bd26a09ab..d528112e2 100644 --- a/doc/manual/src/package-management/package-management.md +++ b/doc/manual/src/package-management/package-management.md @@ -1,5 +1,4 @@ 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). +packages should consult the chapter on the [Nix language](../language/index.md). |