Daniel Beecham
Daniel Beecham
Since we're on github-help-wanted.com, could you give us an introduction to this issue? Starting a daemon mode from a separate cli is a bit unorthodox... Do you start the server...
This works: ``` begin; create table users ( user_email varchar(128) not null primary key ); create table tags ( user_email varchar(128) not null, tag varchar(128) not null, primary key (user_email,...
Additionally, if the init of gmi fails, you're stuck with a partially initialized gmi directory.
I tried wrapping age to add plugins to `PATH`, but it does not work. However, I found a workaround; ``` age.ageBin = "PATH=${pkgs.age-plugin-tpm}/bin:$PATH ${pkgs.age}/bin/age" ``` It works because `ageBin` happens...