Add a public varlink interface, the same as used by lorri internal stream-events.
Unclaimed project
Are you a maintainer of lorri? Claim this project to take control of your public changelog and roadmap.
Add a public varlink interface, the same as used by lorri internal stream-events.
Patch release, adding a manpage for the lorri command.
$ man 1 lorri
LORRI(1) BSD General Commands Manual LORRI(1)
NAME
lorri — nix-shell replacement for project development
SYNOPSIS
lorri daemon [--extra-nix-options json]
lorri direnv [--shell-file shell.nix]
lorri info --shell-file shell.nix
lorri init
lorri...
From release.nix, changes since 1.0:
{
version = 581;
changes = ''
Fix `lorri shell` for zsh. ZDOTDIR is loaded correctly.
'';
}
{
version = 572;
changes = ''
`lorri daemon` got a `--extra-nix-options` flag to pass further options
to nix as a JSON object, or at least a subset.
`builders` and `substituters` is supported for now.
'';
}
{
version =...