mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #13155 from Valodim/patch-2
Reduce maxLayers to 70 in docker build
This commit is contained in:
commit
cdbe788c1f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
channelName ? "nixpkgs",
|
||||
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
|
||||
extraPkgs ? [ ],
|
||||
maxLayers ? 100,
|
||||
maxLayers ? 70,
|
||||
nixConf ? { },
|
||||
flake-registry ? null,
|
||||
uid ? 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue