Document each store implementation on its own page#8781
Document each store implementation on its own page#8781Ericson2314 wants to merge 2 commits intoNixOS:masterfrom
Conversation
fricklerhandwerk
left a comment
There was a problem hiding this comment.
Needs a release note that nix help-stores was removed again.
|
Triaged in the Nix Team meeting this morning (n.b. I could not make it)
Queued for further discussion |
|
Why not put it on |
|
Putting it in commands competes with @fricklerhandwerk's goal of making manual text changes not rebuild the Nix command. This is a relatively new thing so their isn't an existing expectation for a man page and command. I rather take the opportunity to turn it into a 0 rebuild demonstration and then add back functionality in the command later. I think the more useful command to have is something like |
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2023-08-04-nix-team-meeting-minutes-77/31487/1 |
c6fc70c to
0af25ac
Compare
|
Reviewed and discussed in Nix team meeting 2023-08-21:
Tasks:
Complete discussion
Tasks:
|
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2023-08-21-nix-team-meeting-minutes-81/32082/1 |
0af25ac to
fe98131
Compare
a304987 to
1637919
Compare
|
OK now that |
|
Looks good in general, but I need some time to look at it in detail. |
105e6b4 to
644e34e
Compare
644e34e to
99c923f
Compare
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2023-11-27-nix-team-meeting-minutes-107/36112/1 |
99c923f to
d3973f4
Compare
d3973f4 to
98d2db0
Compare
this makes the files in question a bit more independent of source location.
to find where the value is set and how it's wired up:
rg nix=doc/manual
This makes for more useful manual table of contents, that displays the information at a glance. The `nix help-stores` command is kept as-is, even though it will show up in the manual with the same information as these pages due to the way it is written as a "`--help`-style" command. Deciding what to do with that command is left for a later PR.
98d2db0 to
2a8e49a
Compare
|
Closing in favor of #9504 as discussed. |
Motivation
This makes for more useful manual table of contents, that displays the information at a glance.
Context
The
nix help-storescommand is kept as-is, even though it will show up in the manual with the same information as these pages due to the way it is written as a "--help-style" command. Deciding what to do with that command is left for a later PR.Checklist for maintainers
Maintainers: tick if completed or explain if not relevant
tests/**.shsrc/*/teststests/nixos/*Priorities
Add 👍 to pull requests you find important.