Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2022-08-10 | docfix: bundlers | David Arnold | |
2022-02-22 | Update docs | Eelco Dolstra | |
2022-01-28 | bundler: suggested doc fixes | Tom Bereknyei | |
2022-01-25 | bundler: notes and doc update to include bundlers repo | Tom Bereknyei | |
2022-01-24 | Refactor bundler API | Tom Bereknyei | |
Bundlers now expect to be located at bundlers.<system>.<name> and are a function from derivations to derivations. | |||
2020-12-23 | Add TODO | Eelco Dolstra | |
2020-12-21 | Add 'nix bundle' manpage | Eelco Dolstra | |
Fixes #4375. |