Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | Merge pull request #8084 from edolstra/store-docs | Eelco Dolstra | |
Auto-generate store documentation | |||
2023-03-23 | Document store URLs | Eelco Dolstra | |
2023-03-20 | Move enabled experimental feature to libutil struct | John Ericson | |
This is needed in subsequent commits to allow the settings and CLI args infrastructure itself to read this setting. | |||
2023-01-10 | doc/manual: Introduce @docroot@ as a stable base for includable snippets | Robert Hensing | |
This way the links are clearly within the manual (ie not absolute paths), while allowing snippets to reference the documentation root reliably, regardless of at which base url they're included. | |||
2022-12-13 | documentation: link flake URL term to definition | Solène Rapenne | |
2022-12-13 | documentation: fix link to definition | Solène Rapenne | |
2022-12-12 | Add docs from the lazy-trees branch | Eelco Dolstra | |
2022-12-12 | Support flake references in the old CLI | Eelco Dolstra | |
Fixes #7026. | |||
2022-12-12 | Move isUri() and resolveUri() out of filetransfer.cc | Eelco Dolstra | |
These are purely related to NIX_PATH / -I command line parsing, so put them in libexpr. | |||
2022-12-12 | -I description: Use -I examples | Eelco Dolstra | |
2022-12-12 | Manual improvements | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-07 | Trivial changes from the lazy-trees branch | Eelco Dolstra | |
2022-10-12 | Move some options into a misc category | Eelco Dolstra | |
This unclutters the per-command options a bit by moving out some global options. | |||
2022-03-07 | Add shell completion for --override-flake | Naïm Favier | |
Requires moving the MixEvalArgs class from libexpr to libcmd because that's where completeFlakeRef is. |