Skip to content

Commit cdbe788

Browse files
authored
Merge pull request #13155 from Valodim/patch-2
Reduce maxLayers to 70 in docker build
2 parents 1e822bd + 6d0f174 commit cdbe788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
channelName ? "nixpkgs",
88
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
99
extraPkgs ? [ ],
10-
maxLayers ? 100,
10+
maxLayers ? 70,
1111
nixConf ? { },
1212
flake-registry ? null,
1313
uid ? 0,

0 commit comments

Comments
 (0)