Skip to content
/ bits Public

Commit 0393347

Browse files
committed
Disable Cachix
1 parent 512c1cc commit 0393347

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

devenv.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
else "${date}-${rev}";
1919

2020
jdk = pkgs.temurin-bin-25;
21+
2122
# Build uberjar with JDK 21 to avoid Clojure AOT + JDK 25 bytecode verification bug
2223
# (ClassFormatError: Invalid index in LocalVariableTable). Runtime is still JDK 25.
2324
jdk-build = pkgs.temurin-bin-21;
@@ -85,6 +86,8 @@ in {
8586
./nix/modules/claude-code.nix
8687
];
8788

89+
cachix.enable = false;
90+
8891
outputs.bits-container = bits-container;
8992
outputs.bits-container-amd64 = mkContainer "x86_64-linux";
9093
outputs.bits-container-arm64 = mkContainer "aarch64-linux";

0 commit comments

Comments
 (0)