josh/lazy-nvim-nix

startuptime check busted

Closed this issue · 0 comments

lazy-nvim-nix/flake.nix

Lines 103 to 105 in 1487386

startuptime = pkgs.runCommand "nvim-startuptime" { } ''
${lib.getExe packages.lazy-nvim} --headless "+Lazy! home" --startuptime "$out" +q
'';

Need to write to $out in second step incase it errors out.