treewide: run treefmt with mdcr/nixfmt
This commit is contained in:
@@ -108,11 +108,7 @@ You can also specify what JDK your JRE should be based on, for example
|
||||
selecting a 'headless' build to avoid including a link to GTK+:
|
||||
|
||||
```nix
|
||||
{
|
||||
my_jre = pkgs.jre_minimal.override {
|
||||
jdk = jdk11_headless;
|
||||
};
|
||||
}
|
||||
{ my_jre = pkgs.jre_minimal.override { jdk = jdk11_headless; }; }
|
||||
```
|
||||
|
||||
Note all JDKs passthru `home`, so if your application requires
|
||||
|
||||
Reference in New Issue
Block a user