We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512c1cc commit 0393347Copy full SHA for 0393347
1 file changed
devenv.nix
@@ -18,6 +18,7 @@
18
else "${date}-${rev}";
19
20
jdk = pkgs.temurin-bin-25;
21
+
22
# Build uberjar with JDK 21 to avoid Clojure AOT + JDK 25 bytecode verification bug
23
# (ClassFormatError: Invalid index in LocalVariableTable). Runtime is still JDK 25.
24
jdk-build = pkgs.temurin-bin-21;
@@ -85,6 +86,8 @@ in {
85
86
./nix/modules/claude-code.nix
87
];
88
89
+ cachix.enable = false;
90
91
outputs.bits-container = bits-container;
92
outputs.bits-container-amd64 = mkContainer "x86_64-linux";
93
outputs.bits-container-arm64 = mkContainer "aarch64-linux";
0 commit comments