Merge pull request #13155 from Valodim/patch-2

Reduce maxLayers to 70 in docker build
This commit is contained in:
Eelco Dolstra
2025-05-09 17:12:38 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
channelName ? "nixpkgs",
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
extraPkgs ? [ ],
maxLayers ? 100,
maxLayers ? 70,
nixConf ? { },
flake-registry ? null,
uid ? 0,