mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +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",
|
channelName ? "nixpkgs",
|
||||||
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
|
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
|
||||||
extraPkgs ? [ ],
|
extraPkgs ? [ ],
|
||||||
maxLayers ? 100,
|
maxLayers ? 70,
|
||||||
nixConf ? { },
|
nixConf ? { },
|
||||||
flake-registry ? null,
|
flake-registry ? null,
|
||||||
uid ? 0,
|
uid ? 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue