Skip to content

Commit 5bb480b

Browse files
committed
nixos/java: format with nixfmt-rfc-style
1 parent 8ccdb34 commit 5bb480b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

nixos/modules/programs/java.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# This module provides JAVA_HOME, with a different way to install java
22
# system-wide.
33

4-
{ config, lib, pkgs, ... }:
4+
{
5+
config,
6+
lib,
7+
pkgs,
8+
...
9+
}:
510

611
let
712
cfg = config.programs.java;
@@ -28,9 +33,7 @@ in
2833
'';
2934
};
3035

31-
package = lib.mkPackageOption pkgs "jdk" {
32-
example = "jre";
33-
};
36+
package = lib.mkPackageOption pkgs "jdk" { example = "jre"; };
3437

3538
binfmt = lib.mkEnableOption "binfmt to execute java jar's and classes";
3639

0 commit comments

Comments
 (0)