Skip to content

Commit dd43ee9

Browse files
committed
use jdk8_headless
1 parent 5532aa6 commit dd43ee9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ in with pkgs; {
77
# Basic utils
88
inherit coreutils;
99
inherit bash;
10-
inherit gnutar;
11-
inherit openssl;
1210
checker = (callPackage ./checker { inherit pkgs; });
1311

12+
# for AnswerFile
13+
inherit gnutar;
14+
inherit gzip;
15+
1416
# C, C++
1517
gcc = (callPackage ./gcc-luogu { inherit pkgs; }).gcc;
1618

@@ -48,7 +50,7 @@ in with pkgs; {
4850
inherit mono;
4951

5052
# Java 8
51-
inherit jdk8;
53+
jdk8 = jdk8_headless;
5254

5355
# OCaml
5456
inherit ocaml;

0 commit comments

Comments
 (0)