2022-09-15 16:16:17 +00:00
|
|
|
---
|
|
|
|
name: Missing or incorrect documentation
|
2022-09-19 08:02:07 +00:00
|
|
|
about: Help us improve the reference manual
|
2022-09-15 16:16:17 +00:00
|
|
|
title: ''
|
2022-09-19 08:02:07 +00:00
|
|
|
labels: documentation
|
2022-09-15 16:16:17 +00:00
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Problem
|
|
|
|
|
|
|
|
<!-- describe your problem -->
|
|
|
|
|
|
|
|
## Checklist
|
|
|
|
|
|
|
|
<!-- make sure this issue is not redundant or obsolete -->
|
|
|
|
|
2022-09-16 07:41:27 +00:00
|
|
|
- [ ] checked [latest Nix manual] \([source])
|
2022-09-15 16:16:17 +00:00
|
|
|
- [ ] checked [open documentation issues and pull requests] for possible duplicates
|
|
|
|
|
|
|
|
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
|
|
|
|
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/src
|
|
|
|
[open documentation issues and pull requests]: https://github.com/NixOS/nix/labels/documentation
|
|
|
|
|
|
|
|
## Proposal
|
|
|
|
|
|
|
|
<!-- propose a solution -->
|
|
|
|
|