## Problem `nix-update-script` is undocumented. ## Proposal Add it to the manual. ## Checklist <!-- make sure this issue is not redundant or obsolete --> - [x] checked [latest Nixpkgs manual] \([source][nixpkgs-source]) and [latest NixOS manual] \([source][nixos-source]) - [x] checked [open documentation issues] for possible duplicates - [x] checked [open documentation pull requests] for possible solutions [latest Nixpkgs manual]: https://nixos.org/manual/nixpkgs/unstable/ [latest NixOS manual]: https://nixos.org/manual/nixos/unstable/ [nixpkgs-source]: https://github.com/NixOS/nixpkgs/tree/master/doc [nixos-source]: https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual [open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22 [open documentation pull requests]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22
Problem
nix-update-scriptis undocumented.Proposal
Add it to the manual.
Checklist