Skip to content

Commit

Permalink
Check might access network
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 31, 2024
1 parent 9bb9e97 commit 70c3a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
'';

health = pkgs.runCommandLocal "nvim-chechhealth" { } ''
${lazy-nvim}/bin/nvim --headless "+lua require('lazy').check():wait()" +checkhealth "+w!$out" +qa
${lazy-nvim}/bin/nvim --headless "+lua require('lazy').health():wait()" +checkhealth "+w!$out" +qa
'';

startuptime = pkgs.runCommandLocal "nvim-startuptime" { } ''
${lazy-nvim}/bin/nvim --headless "+lua require('lazy').check():wait()" --startuptime "$out" +q
${lazy-nvim}/bin/nvim --headless "+lua require('lazy').health():wait()" --startuptime "$out" +q
'';
}
);
Expand Down

0 comments on commit 70c3a62

Please sign in to comment.