Bloop
services.bloop.extraOptions
Specifies additional command line argument to pass to bloop java process.
Type: list of string
Default
[ ]
Example
["-J-Xmx2G""-J-XX:MaxInlineLevel=20""-J-XX:+UseParallelGC"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/bloop.nix
services.bloop.install
Whether to install a user service for the Bloop server.
The service must be manually started for each user with "systemctl --user start bloop".
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/bloop.nix