Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-10 | Fix some grammar in installables doc (#8682) | Bader AlAttar | |
2023-06-04 | Fix code block formatting in man page | figsoda | |
2023-05-17 | Also use long options in src/nix/*.md | Alexander Schmolck | |
2023-04-14 | Start cross-referencing experimental features | John Ericson | |
- Create a glossary entry for experimental features. - Have the man page experimental feature notice link `nix-commmand`. (Eventually this should be programmed, based on whether the command is experimental, and if so what experimental feature does it depend on.) - Document which installables depend on which experimental features. I tried to use the same style (bold warning and block quote) that the top of the man page uses. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-03-21 | Move store docs to 'nix help-stores' | Eelco Dolstra | |
Why not 'nix help stores'? Well, 'nix help <arg>' already means 'show help on the "arg" subcommand'. | |||
2023-03-06 | output paths of store derivations are now addressed explicitly | Valentin Gagarin | |
2023-03-05 | clarify definition of "installable" | Valentin Gagarin | |
the term was hard to discover, as its definition and explanation were in a very long document lacking an overview section. search did not help because it occurs so often. - clarify wording in the definition - add an overview of installable types - add "installable" to glossary - link to definition from occurrences of the term - be more precise about where store derivation outputs are processed - installable Nix expressions must evaluate to a derivation Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> | |||
2023-03-05 | make descriptions of each installable type an own subsection | Valentin Gagarin | |
this is easier to edit, provides anchors for free, and renders correctly on the terminal without additional effort. | |||
2023-01-02 | remove redundant re-definition of store derivations | Valentin Gagarin | |
2022-12-21 | link "store derivation" to glossary definition | Valentin Gagarin | |
2022-12-21 | update description of "store derivation" in installables section | Valentin Gagarin | |
a store derivation is not a store path itself, it has a store path. | |||
2022-12-12 | Fix typos in the docs | John Ericson | |
Thanks! Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-12 | Adjust docs | John Ericson | |
2022-12-12 | Apply suggestions from code review | John Ericson | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2022-07-15 | Leverage existing docs for new store-path^outputs syntax | John Ericson | |
2022-07-15 | Fix typo in docs | John Ericson | |
Thanks! Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2022-07-15 | Remove `computed-derivations` experimental feature | John Ericson | |
We don't need it yet. | |||
2022-07-14 | Fix bug, test more, document more | John Ericson | |
2022-05-12 | Use `^` not `!` in indexed store derivations installable syntax | John Ericson | |
Match the other syntax that was recently added | |||
2022-05-12 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-05-03 | Allow selecting derivation outputs using 'installable!outputs' | Eelco Dolstra | |
E.g. 'nixpkgs#glibc^dev,static' or 'nixpkgs#glibc^*'. | |||
2022-04-07 | Add release notes mark experimental | John Ericson | |
2022-03-10 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-02-22 | Update docs | Eelco Dolstra | |
2022-01-30 | fix spelling mistakes reported by Debian's lintian tool | Thomas Koch | |
2022-01-18 | Fix the rendering of the example directory tree | regnat | |
2022-01-17 | Update documentation for paths on command line | Alexander Bantyev | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-01-14 | Document searching upwards and fix documentation for installables | Alexander Bantyev | |
2021-04-06 | New "indexed" installable syntax: `<drvPath>!<outputName>` | John Ericson | |
Being conservative and only doing a single output name for now. | |||
2020-12-23 | Add 'nix' manpage | Eelco Dolstra | |