Skip to content

Commit

Permalink
fix(flake): make zstd available to builder
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 6, 2024
1 parent 2b577b3 commit 1eefb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
sudo
tree
vim
zstd
];
nixConf = {
allowed-users = [ "*" ];
Expand All @@ -288,6 +289,7 @@
created = "now";
fromImage = nixImage;
maxLayers = 111;
compressor = "zstd";
contents = with pkgs; [
default
];
Expand Down

0 comments on commit 1eefb0f

Please sign in to comment.