Commit 808f239

HPCesia <me@hpcesia.com>
2026-03-19 09:09:06
Add maxLayers config to optimize cache
1 parent 075fdb5
Changed files (1)
flake.nix
@@ -54,6 +54,7 @@
           name = "repo.hpcesia.com/HPCesia/nix-act-image";
           tag = "latest-${lib.removeSuffix "-linux" system}";
           initializeNixDatabase = true;
+          maxLayers = 42;
 
           copyToRoot = [
             (pkgs.buildEnv {