nix
nix copied to clipboard
refactor rendering command documentation to markdown
idea:
- make document structure visible, like in a template
- separate processing from formatting (structure/content vs. presentation)
- order functions by descending abstraction
- use self-explanatory names
- avoid broadly scoped or deeply nested let bindings
this allows readers to enter the code starting with what is visible from the outside, instead of working themselves up from purely technical details.
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/flakes-and-remote-repos-not-being-updated/21580/15
This pull request has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/tweag-nix-dev-update-35/21701/1