Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Merge remote-tracking branch 'origin/master' into coerce-string | Guillaume Maudoux | |
2022-04-28 | fix errors case and wording | Guillaume Maudoux | |
2022-04-21 | remove Bindings::need | pennae | |
a future commit will remove the ability to convert the symbol type used in bindings to strings. since we only have two users we can inline the error check. | |||
2022-03-18 | Revert extra colon at end os strings | Guillaume Maudoux | |
2022-03-07 | more fixes | Guillaume Maudoux | |
2022-03-04 | Add error context for most basic coercions | Guillaume Maudoux | |
2022-02-25 | Remove std::string alias (for real this time) | Eelco Dolstra | |
Also use std::string_view in a few more places. | |||
2022-02-04 | Merge branch 'issue-3505' of https://github.com/kamadorueda/nix | Eelco Dolstra | |
2022-01-27 | return string_views from forceString* | pennae | |
once a string has been forced we already have dynamic storage allocated for it, so we can easily reuse that storage instead of copying. | |||
2022-01-21 | forceList: make pos mandatory | Kevin Amado | |
2022-01-21 | forceAttrs: make pos mandatory | Kevin Amado | |
2021-09-13 | Use Bindings::{get,need} instead of find | Eelco Dolstra | |
2021-07-22 | Fix formatting error in 'nix store' manpage | Eelco Dolstra | |
2021-02-24 | Initialize plugins after handling initial command line flags | Shea Levy | |
This is technically a breaking change, since attempting to set plugin files after the first non-flag argument will now throw an error. This is acceptable given the relative lack of stability in a plugin interface and the need to tie the knot somewhere once plugins can actually define new subcommands. | |||
2021-01-13 | Convert option descriptions to Markdown | Eelco Dolstra | |
2021-01-11 | nix store prefetch-tarball -> nix flake prefetch | Eelco Dolstra | |
2021-01-07 | Add 'nix store prefetch-{file,tarball}' | Eelco Dolstra | |
These replace nix-prefetch-url and nix-prefetch-url --unpack, respectively. |