Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi authored Dec 23, 2023
1 parent aaa5caa commit 8de10be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
};
maxLayers = 5;
layers = [
(nix2container.buildLayer { deps = [ config.packages.default.dependencyEnv ]; })
(nix2container.buildLayer { deps = [ config.packages.default.dependencyEnv ]; maxLayers = 5; })
];
};

Expand Down

0 comments on commit 8de10be

Please sign in to comment.