Skip to content

Commit

Permalink
build: increase number of docker image layers
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi authored Dec 23, 2023
1 parent 1632690 commit aaa5caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"--output-dev" "/output-dev"
];
};
maxLayers = 5;
layers = [
(nix2container.buildLayer { deps = [ config.packages.default.dependencyEnv ]; })
];
Expand Down

0 comments on commit aaa5caa

Please sign in to comment.