Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |