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 8de10be commit 341b099
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 @@ -44,7 +44,7 @@
"--output-dev" "/output-dev"
];
};
maxLayers = 5;
maxLayers = 6;
layers = [
(nix2container.buildLayer { deps = [ config.packages.default.dependencyEnv ]; maxLayers = 5; })
];
Expand Down

0 comments on commit 341b099

Please sign in to comment.